#662FD4

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

Shades of Purple Heart #662FD4

Tints of Purple Heart #662FD4

Color information

#662FD4 (or 0x662FD4) is unknown color: approx Purple Heart. HEX triplet: 66, 2F and D4. RGB value is (102,47,212). Sum of RGB (Red+Green+Blue) = 102+47+212=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #662FD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FD4 is #99D02B. Grayscale: #515151. Windows color (decimal): -10080300 or 13905766. OLE color: 13905766.

HSL color Cylindrical-coordinate representation of color #662FD4: hue angle of 260º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662FD4 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10247212-
CMYK0.520.7800.17
HSL260º65.74%50.78%-
HSV(B)260º77.83%83.14%-
XYZ18.389.6163.17-
YUV82.26201.22142.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 212 (83.20% from 255) = 58.73%
R=28.25%
G=13.02%
B=58.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102472120.520.7800.1726065.7450.78
Hex662FD4344E0111044233
Octal146573246411602140410263
Binary11001101011111101010011010010011100100011000001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662FD4; }

 p { color: rgb(102,47,212); }

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

<style>
 a { background-color: #662FD4; }

 a { background-color: rgb(102,47,212); }

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

<style>
 span { border-color: #662FD4; }

 span { border-color: rgb(102,47,212); }

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