#70007B

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

Shades of Purple #70007B

Tints of Purple #70007B

Color information

#70007B (or 0x70007B) is unknown color: approx Purple. HEX triplet: 70, 00 and 7B. RGB value is (112,0,123). Sum of RGB (Red+Green+Blue) = 112+0+123=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #70007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70007B is #8FFF84. Grayscale: #2F2F2F. Windows color (decimal): -9437061 or 8061040. OLE color: 8061040.

HSL color Cylindrical-coordinate representation of color #70007B: hue angle of 294.63º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70007B is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1120123-
CMYK0.09100.52
HSL294.63º100%24.12%-
HSV(B)294.63º100%48.24%-
XYZ10.264.8719.14-
YUV47.51170.61174-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=47.66%
G=0%
B=52.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11201230.09100.52294.6310024.12
Hex7007B9640341276418
Octal16001731114406444714430
Binary111000001111011100111001000110100100100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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