Html Css Color HEX #662ABE Purple Heart

📋 copy color: '#662ABE'

red 102 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #662ABE

Tints of Purple Heart #662ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 30.54%
G = 12.57%
B = 56.89%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#662ABE (or 0x662ABE) is known color: Purple Heart. HEX triplet: 66, 2A and BE. RGB value is (102,42,190). Sum of RGB (Red+Green+Blue) = 102+42+190=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #662ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ABE is #99D541. Grayscale: #4C4C4C. Windows color (decimal): -10081602 or 12462694. OLE color: 12462694.

HSL color Cylindrical-coordinate representation of color #662ABE: hue angle of 264.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662ABE is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 42 190 -
CMYK 0.46 0.78 0 0.25
HSL 264.32º 0.64% 0.45% -
HSV(B) 264.32º 0.78% 0.75% -
XYZ 15.6 8.2 49.48 -
YUV 76.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 102 42 190 0.46 0.78 0 0.25 264.32 0.64 0.45
Hex 66 2A BE 2E 4E 0 19 108 40 2D
Octal 146 52 276 56 116 0 31 410 100 55
Binary 1100110 101010 10111110 101110 1001110 0 11001 100001000 1000000 101101

Color Harmonies of #662ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662ABE

Black with #662ABE

Text Example


Text Example

White with #662ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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