#662EB9

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

Shades of Purple Heart #662EB9

Tints of Purple Heart #662EB9

Color information

#662EB9 (or 0x662EB9) is unknown color: approx Purple Heart. HEX triplet: 66, 2E and B9. RGB value is (102,46,185). Sum of RGB (Red+Green+Blue) = 102+46+185=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #662EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EB9 is #99D146. Grayscale: #4E4E4E. Windows color (decimal): -10080583 or 12136038. OLE color: 12136038.

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

Color convert

RGB10246185-
CMYK0.450.7500.27
HSL264.17º60.17%45.29%-
HSV(B)264.17º75.14%72.55%-
XYZ15.218.2846.7-
YUV78.59188.05144.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 185 (72.66% from 255) = 55.56%
R=30.63%
G=13.81%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102461850.450.7500.27264.1760.1745.29
Hex662EB92D4B01B1083c2d
Octal14656271551130334107455
Binary1100110101110101110011011011001011011011100001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,185); }

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

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

 a { background-color: rgb(102,46,185); }

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

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

 span { border-color: rgb(102,46,185); }

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