#70066B

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

Shades of Purple #70066B

Tints of Purple #70066B

Color information

#70066B (or 0x70066B) is unknown color: approx Purple. HEX triplet: 70, 06 and 6B. RGB value is (112,6,107). Sum of RGB (Red+Green+Blue) = 112+6+107=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70066B is #8FF994. Grayscale: #303030. Windows color (decimal): -9435541 or 7014000. OLE color: 7014000.

HSL color Cylindrical-coordinate representation of color #70066B: hue angle of 302.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70066B is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB1126107-
CMYK00.950.040.56
HSL302.83º89.83%23.14%-
HSV(B)302.83º94.64%43.92%-
XYZ9.44.6414.31-
YUV49.21160.62172.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=49.78%
G=2.67%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112610700.950.040.56302.8389.8323.14
Hex7066B05F43812f5a17
Octal1606153013747045713227
Binary1110000110110101101011111100111000100101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70066B; }

 p { color: rgb(112,6,107); }

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

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

 a { background-color: rgb(112,6,107); }

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

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

 span { border-color: rgb(112,6,107); }

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