#660F70

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

Shades of Purple #660F70

Tints of Purple #660F70

Color information

#660F70 (or 0x660F70) is unknown color: approx Purple. HEX triplet: 66, 0F and 70. RGB value is (102,15,112). Sum of RGB (Red+Green+Blue) = 102+15+112=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #660F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F70 is #99F08F. Grayscale: #333333. Windows color (decimal): -10088592 or 7343974. OLE color: 7343974.

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

Color convert

RGB10215112-
CMYK0.090.8700.56
HSL293.81º76.38%24.9%-
HSV(B)293.81º86.61%43.92%-
XYZ8.574.3415.71-
YUV52.07161.82163.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=44.54%
G=6.55%
B=48.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102151120.090.8700.56293.8176.3824.9
Hex66F709570381264c19
Octal146171601112707044611431
Binary110011011111110000100110101110111000100100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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