#662DAC

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

Shades of Purple Heart #662DAC

Tints of Purple Heart #662DAC

Color information

#662DAC (or 0x662DAC) is unknown color: approx Purple Heart. HEX triplet: 66, 2D and AC. RGB value is (102,45,172). Sum of RGB (Red+Green+Blue) = 102+45+172=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #662DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DAC is #99D253. Grayscale: #4C4C4C. Windows color (decimal): -10080852 or 11283814. OLE color: 11283814.

HSL color Cylindrical-coordinate representation of color #662DAC: hue angle of 266.93º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662DAC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10245172-
CMYK0.410.7400.33
HSL266.93º58.53%42.55%-
HSV(B)266.93º73.84%67.45%-
XYZ13.867.6839.78-
YUV76.52181.88146.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=31.97%
G=14.11%
B=53.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102451720.410.7400.33266.9358.5342.55
Hex662DAC294A02110b3b2b
Octal14655254511120414137353
Binary11001101011011010110010100110010100100001100001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,45,172); }

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

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

 a { background-color: rgb(102,45,172); }

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

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

 span { border-color: rgb(102,45,172); }

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