#70008B

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

Shades of Purple #70008B

Tints of Purple #70008B

Color information

#70008B (or 0x70008B) is unknown color: approx Purple. HEX triplet: 70, 00 and 8B. RGB value is (112,0,139). Sum of RGB (Red+Green+Blue) = 112+0+139=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #70008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008B is #8FFF74. Grayscale: #303030. Windows color (decimal): -9437045 or 9109616. OLE color: 9109616.

HSL color Cylindrical-coordinate representation of color #70008B: hue angle of 288.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70008B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1120139-
CMYK0.19100.45
HSL288.35º100%27.25%-
HSV(B)288.35º100%54.51%-
XYZ11.345.3124.85-
YUV49.33178.61172.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=44.62%
G=0%
B=55.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11201390.19100.45288.3510027.25
Hex7008B136402D120641b
Octal16002132314405544014433
Binary11100000100010111001111001000101101100100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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