#70007D

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

Shades of Purple #70007D

Tints of Purple #70007D

Color information

#70007D (or 0x70007D) is unknown color: approx Purple. HEX triplet: 70, 00 and 7D. RGB value is (112,0,125). Sum of RGB (Red+Green+Blue) = 112+0+125=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #70007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70007D is #8FFF82. Grayscale: #2F2F2F. Windows color (decimal): -9437059 or 8192112. OLE color: 8192112.

HSL color Cylindrical-coordinate representation of color #70007D: hue angle of 293.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70007D is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1120125-
CMYK0.10100.51
HSL293.76º100%24.51%-
HSV(B)293.76º100%49.02%-
XYZ10.384.9319.81-
YUV47.74171.61173.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=47.26%
G=0%
B=52.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11201250.10100.51293.7610024.51
Hex7007DA640331266419
Octal16001751214406344614431
Binary111000001111101101011001000110011100100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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