Html Css Color HEX #660DCB Purple Heart

📋 copy color: '#660DCB'

red 102 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #660DCB

Tints of Purple Heart #660DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 32.08%
G = 4.09%
B = 63.84%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#660DCB (or 0x660DCB) is known color: Purple Heart. HEX triplet: 66, 0D and CB. RGB value is (102,13,203). Sum of RGB (Red+Green+Blue) = 102+13+203=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #660DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DCB is #99F234. Grayscale: #3C3C3C. Windows color (decimal): -10089013 or 13307238. OLE color: 13307238.

HSL color Cylindrical-coordinate representation of color #660DCB: hue angle of 268.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660DCB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 13 203 -
CMYK 0.50 0.94 0 0.20
HSL 268.11º 0.88% 0.42% -
HSV(B) 268.11º 0.94% 0.8% -
XYZ 16.4 7.42 57.07 -
YUV 61.27 207.99 157.05 -
System Red Green Blue C M Y K H S L
Decimal 102 13 203 0.50 0.94 0 0.20 268.11 0.88 0.42
Hex 66 D CB 32 5E 0 14 10C 58 2A
Octal 146 15 313 62 136 0 24 414 130 52
Binary 1100110 1101 11001011 110010 1011110 0 10100 100001100 1011000 101010

Color Harmonies of #660DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DCB

Black with #660DCB

Text Example


Text Example

White with #660DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660DCB; }

 p { color: rgb(102,13,203); }

 H1.HeaderClassName
 {
   color: #660DCB;
 }
 .AnyTagClassName
 {
   color: #660DCB;
 }
</style>

background-color css

<style>
 a { background-color: #660DCB; }

 a { background-color: rgb(102,13,203); }

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

border-color css

<style>
 span { border-color: #660DCB; }

 span { border-color: rgb(102,13,203); }

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