#662ACF

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

Shades of Purple Heart #662ACF

Tints of Purple Heart #662ACF

Color information

#662ACF (or 0x662ACF) is unknown color: approx Purple Heart. HEX triplet: 66, 2A and CF. RGB value is (102,42,207). Sum of RGB (Red+Green+Blue) = 102+42+207=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #662ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ACF is #99D530. Grayscale: #4E4E4E. Windows color (decimal): -10081585 or 13576806. OLE color: 13576806.

HSL color Cylindrical-coordinate representation of color #662ACF: hue angle of 261.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662ACF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10242207-
CMYK0.510.8000.19
HSL261.82º66.27%48.82%-
HSV(B)261.82º79.71%81.18%-
XYZ17.578.9959.84-
YUV78.75200.38144.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=29.06%
G=11.97%
B=58.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102422070.510.8000.19261.8266.2748.82
Hex662ACF33500131064231
Octal146523176312002340610261
Binary11001101010101100111111001110100000100111000001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,42,207); }

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

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

 a { background-color: rgb(102,42,207); }

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

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

 span { border-color: rgb(102,42,207); }

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