Html Css Color HEX #662BD1 Purple Heart

📋 copy color: '#662BD1'

red 102 ◦ green 43 ◦ blue 209

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

Shades of Purple Heart #662BD1

Tints of Purple Heart #662BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 28.81%
G = 12.15%
B = 59.04%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#662BD1 (or 0x662BD1) is known color: Purple Heart. HEX triplet: 66, 2B and D1. RGB value is (102,43,209). Sum of RGB (Red+Green+Blue) = 102+43+209=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #662BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BD1 is #99D42E. Grayscale: #4E4E4E. Windows color (decimal): -10081327 or 13708134. OLE color: 13708134.

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

Color convert

RGB 102 43 209 -
CMYK 0.51 0.79 0 0.18
HSL 261.33º 0.66% 0.49% -
HSV(B) 261.33º 0.79% 0.82% -
XYZ 17.85 9.16 61.15 -
YUV 79.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 102 43 209 0.51 0.79 0 0.18 261.33 0.66 0.49
Hex 66 2B D1 33 4F 0 12 105 42 31
Octal 146 53 321 63 117 0 22 405 102 61
Binary 1100110 101011 11010001 110011 1001111 0 10010 100000101 1000010 110001

Color Harmonies of #662BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BD1

Black with #662BD1

Text Example


Text Example

White with #662BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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