Html Css Color HEX #660D70 Purple

📋 copy color: '#660D70'

red 102 ◦ green 13 ◦ blue 112

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

Shades of Purple #660D70

Tints of Purple #660D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 44.93%
G = 5.73%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660D70 (or 0x660D70) is known color: Purple. HEX triplet: 66, 0D and 70. RGB value is (102,13,112). Sum of RGB (Red+Green+Blue) = 102+13+112=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #660D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D70 is #99F28F. Grayscale: #323232. Windows color (decimal): -10089104 or 7343462. OLE color: 7343462.

HSL color Cylindrical-coordinate representation of color #660D70: hue angle of 293.94º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660D70 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 13 112 -
CMYK 0.09 0.88 0 0.56
HSL 293.94º 0.79% 0.25% -
HSV(B) 293.94º 0.88% 0.44% -
XYZ 8.55 4.28 15.71 -
YUV 50.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 102 13 112 0.09 0.88 0 0.56 293.94 0.79 0.25
Hex 66 D 70 9 58 0 38 126 4F 19
Octal 146 15 160 11 130 0 70 446 117 31
Binary 1100110 1101 1110000 1001 1011000 0 111000 100100110 1001111 11001

Color Harmonies of #660D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D70

Black with #660D70

Text Example


Text Example

White with #660D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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