#660A74

Color #660A74 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #660A74

Tints of Purple #660A74

Color information

#660A74 (or 0x660A74) is unknown color: approx Purple. HEX triplet: 66, 0A and 74. RGB value is (102,10,116). Sum of RGB (Red+Green+Blue) = 102+10+116=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #660A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A74 is #99F58B. Grayscale: #313131. Windows color (decimal): -10089868 or 7604838. OLE color: 7604838.

HSL color Cylindrical-coordinate representation of color #660A74: hue angle of 292.08º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660A74 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10210116-
CMYK0.120.9100.55
HSL292.08º84.13%24.71%-
HSV(B)292.08º91.38%45.49%-
XYZ8.744.316.89-
YUV49.59165.48165.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=44.74%
G=4.39%
B=50.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102101160.120.9100.55292.0884.1324.71
Hex66A74C5B0371245419
Octal146121641413306744412431
Binary110011010101110100110010110110110111100100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,116); }

 H1.HeaderClassName
 {
   color: #660A74;
 }
 .AnyTagClassName
 {
   color: #660A74;
 }
</style>
background-color css

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

 a { background-color: rgb(102,10,116); }

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

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

 span { border-color: rgb(102,10,116); }

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