Html Css Color HEX #660470 Purple

📋 copy color: '#660470'

red 102 ◦ green 4 ◦ blue 112

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

Shades of Purple #660470

Tints of Purple #660470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 46.79%
G = 1.83%
B = 51.38%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#660470 (or 0x660470) is known color: Purple. HEX triplet: 66, 04 and 70. RGB value is (102,4,112). Sum of RGB (Red+Green+Blue) = 102+4+112=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #660470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660470 is #99FB8F. Grayscale: #2D2D2D. Windows color (decimal): -10091408 or 7341158. OLE color: 7341158.

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

Color convert

RGB 102 4 112 -
CMYK 0.09 0.96 0 0.56
HSL 294.44º 0.93% 0.23% -
HSV(B) 294.44º 0.96% 0.44% -
XYZ 8.45 4.08 15.67 -
YUV 45.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 102 4 112 0.09 0.96 0 0.56 294.44 0.93 0.23
Hex 66 4 70 9 60 0 38 126 5D 17
Octal 146 4 160 11 140 0 70 446 135 27
Binary 1100110 100 1110000 1001 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #660470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660470

Black with #660470

Text Example


Text Example

White with #660470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660470; }

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

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

background-color css

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

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

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

border-color css

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

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

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