Html Css Color HEX #662BD2 Purple Heart

📋 copy color: '#662BD2'

red 102 ◦ green 43 ◦ blue 210

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

Shades of Purple Heart #662BD2

Tints of Purple Heart #662BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.15%

R = 28.73%
G = 12.11%
B = 59.15%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#662BD2 (or 0x662BD2) is known color: Purple Heart. HEX triplet: 66, 2B and D2. RGB value is (102,43,210). Sum of RGB (Red+Green+Blue) = 102+43+210=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #662BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BD2 is #99D42D. Grayscale: #4F4F4F. Windows color (decimal): -10081326 or 13773670. OLE color: 13773670.

HSL color Cylindrical-coordinate representation of color #662BD2: hue angle of 261.2º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662BD2 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 43 210 -
CMYK 0.51 0.80 0 0.18
HSL 261.2º 0.66% 0.5% -
HSV(B) 261.2º 0.8% 0.82% -
XYZ 17.98 9.21 61.8 -
YUV 79.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 102 43 210 0.51 0.80 0 0.18 261.2 0.66 0.5
Hex 66 2B D2 33 50 0 12 105 42 32
Octal 146 53 322 63 120 0 22 405 102 62
Binary 1100110 101011 11010010 110011 1010000 0 10010 100000101 1000010 110010

Color Harmonies of #662BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BD2

Black with #662BD2

Text Example


Text Example

White with #662BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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