Html Css Color HEX #660DB3 Purple Heart

📋 copy color: '#660DB3'

red 102 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #660DB3

Tints of Purple Heart #660DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.88%

R = 34.69%
G = 4.42%
B = 60.88%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#660DB3 (or 0x660DB3) is known color: Purple Heart. HEX triplet: 66, 0D and B3. RGB value is (102,13,179). Sum of RGB (Red+Green+Blue) = 102+13+179=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #660DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DB3 is #99F24C. Grayscale: #393939. Windows color (decimal): -10089037 or 11734374. OLE color: 11734374.

HSL color Cylindrical-coordinate representation of color #660DB3: hue angle of 272.17º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660DB3 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 13 179 -
CMYK 0.43 0.93 0 0.30
HSL 272.17º 0.86% 0.38% -
HSV(B) 272.17º 0.93% 0.7% -
XYZ 13.76 6.37 43.15 -
YUV 58.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 102 13 179 0.43 0.93 0 0.30 272.17 0.86 0.38
Hex 66 D B3 2B 5D 0 1E 110 56 26
Octal 146 15 263 53 135 0 36 420 126 46
Binary 1100110 1101 10110011 101011 1011101 0 11110 100010000 1010110 100110

Color Harmonies of #660DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DB3

Black with #660DB3

Text Example


Text Example

White with #660DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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