#70006B

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

Shades of Purple #70006B

Tints of Purple #70006B

Color information

#70006B (or 0x70006B) is unknown color: approx Purple. HEX triplet: 70, 00 and 6B. RGB value is (112,0,107). Sum of RGB (Red+Green+Blue) = 112+0+107=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70006B is #8FFF94. Grayscale: #2D2D2D. Windows color (decimal): -9437077 or 7012464. OLE color: 7012464.

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

Color convert

RGB1120107-
CMYK010.040.56
HSL302.68º100%21.96%-
HSV(B)302.68º100%43.92%-
XYZ9.344.5114.29-
YUV45.69162.61175.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=51.14%
G=0%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1120107010.040.56302.6810021.96
Hex7006B06443812f6416
Octal1600153014447045714426
Binary11100000110101101100100100111000100101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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