#662DB4

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

Shades of Purple Heart #662DB4

Tints of Purple Heart #662DB4

Color information

#662DB4 (or 0x662DB4) is unknown color: approx Purple Heart. HEX triplet: 66, 2D and B4. RGB value is (102,45,180). Sum of RGB (Red+Green+Blue) = 102+45+180=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #662DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DB4 is #99D24B. Grayscale: #4C4C4C. Windows color (decimal): -10080844 or 11808102. OLE color: 11808102.

HSL color Cylindrical-coordinate representation of color #662DB4: hue angle of 265.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662DB4 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10245180-
CMYK0.430.7500.29
HSL265.33º60%44.12%-
HSV(B)265.33º75%70.59%-
XYZ14.66843.95-
YUV77.43185.88145.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=31.19%
G=13.76%
B=55.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102451800.430.7500.29265.336044.12
Hex662DB42B4B01D1093c2c
Octal14655264531130354117454
Binary1100110101101101101001010111001011011101100001001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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