Html Css Color HEX #662BDD Purple Heart

📋 copy color: '#662BDD'

red 102 ◦ green 43 ◦ blue 221

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

Shades of Purple Heart #662BDD

Tints of Purple Heart #662BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 27.87%
G = 11.75%
B = 60.38%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#662BDD (or 0x662BDD) is known color: Purple Heart. HEX triplet: 66, 2B and DD. RGB value is (102,43,221). Sum of RGB (Red+Green+Blue) = 102+43+221=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #662BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BDD is #99D422. Grayscale: #505050. Windows color (decimal): -10081315 or 14494566. OLE color: 14494566.

HSL color Cylindrical-coordinate representation of color #662BDD: hue angle of 259.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662BDD is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 43 221 -
CMYK 0.54 0.81 0 0.13
HSL 259.89º 0.72% 0.52% -
HSV(B) 259.89º 0.81% 0.87% -
XYZ 19.39 9.77 69.27 -
YUV 80.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 102 43 221 0.54 0.81 0 0.13 259.89 0.72 0.52
Hex 66 2B DD 36 51 0 D 104 48 34
Octal 146 53 335 66 121 0 15 404 110 64
Binary 1100110 101011 11011101 110110 1010001 0 1101 100000100 1001000 110100

Color Harmonies of #662BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BDD

Black with #662BDD

Text Example


Text Example

White with #662BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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