Html Css Color HEX #662ABB Purple Heart

📋 copy color: '#662ABB'

red 102 ◦ green 42 ◦ blue 187

#662ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #662ABB

Tints of Purple Heart #662ABB

RGB

 RED value IS 102 (40.23% from 255) = 30.82%

 GREEN value IS 42 (16.8% from 255) = 12.69%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 30.82%
G = 12.69%
B = 56.5%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#662ABB (or 0x662ABB) is known color: Purple Heart. HEX triplet: 66, 2A and BB. RGB value is (102,42,187). Sum of RGB (Red+Green+Blue) = 102+42+187=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #662ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ABB is #99D544. Grayscale: #4B4B4B. Windows color (decimal): -10081605 or 12266086. OLE color: 12266086.

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

Color convert

RGB 102 42 187 -
CMYK 0.45 0.78 0 0.27
HSL 264.83º 0.63% 0.45% -
HSV(B) 264.83º 0.78% 0.73% -
XYZ 15.28 8.07 47.77 -
YUV 76.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 102 42 187 0.45 0.78 0 0.27 264.83 0.63 0.45
Hex 66 2A BB 2D 4E 0 1B 109 3F 2D
Octal 146 52 273 55 116 0 33 411 77 55
Binary 1100110 101010 10111011 101101 1001110 0 11011 100001001 111111 101101

Color Harmonies of #662ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ABB

Black with #662ABB

Text Example


Text Example

White with #662ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #662ABB;
 }
 .AnyTagClassName
 {
   color: #662ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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