Html Css Color HEX #662ABA Purple Heart

📋 copy color: '#662ABA'

red 102 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #662ABA

Tints of Purple Heart #662ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 30.91%
G = 12.73%
B = 56.36%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#662ABA (or 0x662ABA) is known color: Purple Heart. HEX triplet: 66, 2A and BA. RGB value is (102,42,186). Sum of RGB (Red+Green+Blue) = 102+42+186=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #662ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ABA is #99D545. Grayscale: #4B4B4B. Windows color (decimal): -10081606 or 12200550. OLE color: 12200550.

HSL color Cylindrical-coordinate representation of color #662ABA: hue angle of 265º degrees, saturation: 0.63, 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 #662ABA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 42 186 -
CMYK 0.45 0.77 0 0.27
HSL 265º 0.63% 0.45% -
HSV(B) 265º 0.77% 0.73% -
XYZ 15.17 8.03 47.2 -
YUV 76.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 102 42 186 0.45 0.77 0 0.27 265 0.63 0.45
Hex 66 2A BA 2D 4D 0 1B 109 3F 2D
Octal 146 52 272 55 115 0 33 411 77 55
Binary 1100110 101010 10111010 101101 1001101 0 11011 100001001 111111 101101

Color Harmonies of #662ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ABA

Black with #662ABA

Text Example


Text Example

White with #662ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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