Html Css Color HEX #660970 Purple

📋 copy color: '#660970'

red 102 ◦ green 9 ◦ blue 112

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

Shades of Purple #660970

Tints of Purple #660970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 45.74%
G = 4.04%
B = 50.22%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660970 (or 0x660970) is known color: Purple. HEX triplet: 66, 09 and 70. RGB value is (102,9,112). Sum of RGB (Red+Green+Blue) = 102+9+112=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #660970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660970 is #99F68F. Grayscale: #303030. Windows color (decimal): -10090128 or 7342438. OLE color: 7342438.

HSL color Cylindrical-coordinate representation of color #660970: hue angle of 294.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660970 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 9 112 -
CMYK 0.09 0.92 0 0.56
HSL 294.17º 0.85% 0.24% -
HSV(B) 294.17º 0.92% 0.44% -
XYZ 8.5 4.19 15.69 -
YUV 48.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 102 9 112 0.09 0.92 0 0.56 294.17 0.85 0.24
Hex 66 9 70 9 5C 0 38 126 55 18
Octal 146 11 160 11 134 0 70 446 125 30
Binary 1100110 1001 1110000 1001 1011100 0 111000 100100110 1010101 11000

Color Harmonies of #660970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660970

Black with #660970

Text Example


Text Example

White with #660970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660970; }

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

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

background-color css

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

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

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

border-color css

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

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

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