Html Css Color HEX #660172 Purple

📋 copy color: '#660172'

red 102 ◦ green 1 ◦ blue 114

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

Shades of Purple #660172

Tints of Purple #660172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 47%
G = 0.46%
B = 52.53%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#660172 (or 0x660172) is known color: Purple. HEX triplet: 66, 01 and 72. RGB value is (102,1,114). Sum of RGB (Red+Green+Blue) = 102+1+114=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #660172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660172 is #99FE8D. Grayscale: #2B2B2B. Windows color (decimal): -10092174 or 7471462. OLE color: 7471462.

HSL color Cylindrical-coordinate representation of color #660172: hue angle of 293.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660172 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 1 114 -
CMYK 0.11 0.99 0 0.55
HSL 293.63º 0.98% 0.23% -
HSV(B) 293.63º 0.99% 0.45% -
XYZ 8.53 4.06 16.25 -
YUV 44.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 102 1 114 0.11 0.99 0 0.55 293.63 0.98 0.23
Hex 66 1 72 B 63 0 37 126 62 17
Octal 146 1 162 13 143 0 67 446 142 27
Binary 1100110 1 1110010 1011 1100011 0 110111 100100110 1100010 10111

Color Harmonies of #660172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660172

Black with #660172

Text Example


Text Example

White with #660172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660172; }

 p { color: rgb(102,1,114); }

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

background-color css

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

 a { background-color: rgb(102,1,114); }

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

border-color css

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

 span { border-color: rgb(102,1,114); }

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