Html Css Color HEX #662BDB Purple Heart

📋 copy color: '#662BDB'

red 102 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #662BDB

Tints of Purple Heart #662BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 28.02%
G = 11.81%
B = 60.16%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#662BDB (or 0x662BDB) is known color: Purple Heart. HEX triplet: 66, 2B and DB. RGB value is (102,43,219). Sum of RGB (Red+Green+Blue) = 102+43+219=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #662BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BDB is #99D424. Grayscale: #505050. Windows color (decimal): -10081317 or 14363494. OLE color: 14363494.

HSL color Cylindrical-coordinate representation of color #662BDB: hue angle of 260.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662BDB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 43 219 -
CMYK 0.53 0.80 0 0.14
HSL 260.11º 0.71% 0.51% -
HSV(B) 260.11º 0.8% 0.86% -
XYZ 19.13 9.67 67.88 -
YUV 80.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 102 43 219 0.53 0.80 0 0.14 260.11 0.71 0.51
Hex 66 2B DB 35 50 0 E 104 47 33
Octal 146 53 333 65 120 0 16 404 107 63
Binary 1100110 101011 11011011 110101 1010000 0 1110 100000100 1000111 110011

Color Harmonies of #662BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BDB

Black with #662BDB

Text Example


Text Example

White with #662BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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