#6716d4

Color #6716D4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6716D4

Tints of Purple Heart #6716D4

Color information

#6716D4 (or 0x6716D4) is unknown color: approx Purple Heart. HEX triplet: 67, 16 and D4. RGB value is (103,22,212). Sum of RGB (Red+Green+Blue) = 103+22+212=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #6716D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716D4 is #98E92B. Grayscale: #434343. Windows color (decimal): -10021164 or 13899367. OLE color: 13899367.

HSL color Cylindrical-coordinate representation of color #6716D4: hue angle of 265.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6716D4 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10322212-
CMYK0.510.9000.17
HSL265.58º81.2%45.88%-
HSV(B)265.58º89.62%83.14%-
XYZ17.768.2162.94-
YUV67.88209.34153.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 22 (8.98% from 255) = 6.53%
BLUE value IS 212 (83.20% from 255) = 62.91%
R=30.56%
G=6.53%
B=62.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal103222120.510.9000.17265.5881.245.88
Hex6716D4335A01110a512e
Octal147263246313202141212156
Binary1100111101101101010011001110110100100011000010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6716d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6716d4; }

 p { color: rgb(103,22,212); }

 H1.HeaderClassName
 {
   color: #6716d4;
 }
 .AnyTagClassName
 {
   color: #6716d4;
 }
</style>
background-color css

<style>
 a { background-color: #6716d4; }

 a { background-color: rgb(103,22,212); }

 div.DivClassName
 {
   background-color: #6716d4;
 }
 .BgClassName
 {
   background-color: #6716d4;
 }
</style>
border-color css

<style>
 span { border-color: #6716d4; }

 span { border-color: rgb(103,22,212); }

 td.TdClassName
 {
   border-color: #6716d4;
 }
 .TagClassName
 {
   border-color: #6716d4;
 }
</style>