#70007A

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

Shades of Purple #70007A

Tints of Purple #70007A

Color information

#70007A (or 0x70007A) is unknown color: approx Purple. HEX triplet: 70, 00 and 7A. RGB value is (112,0,122). Sum of RGB (Red+Green+Blue) = 112+0+122=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #70007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70007A is #8FFF85. Grayscale: #2F2F2F. Windows color (decimal): -9437062 or 7995504. OLE color: 7995504.

HSL color Cylindrical-coordinate representation of color #70007A: hue angle of 295.08º 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 #70007A is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1120122-
CMYK0.08100.52
HSL295.08º100%23.92%-
HSV(B)295.08º100%47.84%-
XYZ10.194.8518.81-
YUV47.4170.11174.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=47.86%
G=0%
B=52.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11201220.08100.52295.0810023.92
Hex7007A8640341276418
Octal16001721014406444714430
Binary111000001111010100011001000110100100100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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