#662BBA

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

Shades of Purple Heart #662BBA

Tints of Purple Heart #662BBA

Color information

#662BBA (or 0x662BBA) is unknown color: approx Purple Heart. HEX triplet: 66, 2B and BA. RGB value is (102,43,186). Sum of RGB (Red+Green+Blue) = 102+43+186=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #662BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BBA is #99D445. Grayscale: #4C4C4C. Windows color (decimal): -10081350 or 12200806. OLE color: 12200806.

HSL color Cylindrical-coordinate representation of color #662BBA: hue angle of 264.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662BBA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10243186-
CMYK0.450.7700.27
HSL264.76º62.45%44.9%-
HSV(B)264.76º76.88%72.94%-
XYZ15.218.147.22-
YUV76.94189.55145.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=30.82%
G=12.99%
B=56.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102431860.450.7700.27264.7662.4544.9
Hex662BBA2D4D01B1093e2d
Octal14653272551150334117655
Binary1100110101011101110101011011001101011011100001001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,43,186); }

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

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

 a { background-color: rgb(102,43,186); }

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

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

 span { border-color: rgb(102,43,186); }

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