Html Css Color HEX #70007A Purple

📋 copy color: '#70007A'

red 112 ◦ green 0 ◦ blue 122

#70007A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #70007A

Tints of Purple #70007A

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 value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70007A (or 0x70007A) is known color: 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

RGB 112 0 122 -
CMYK 0.08 1 0 0.52
HSL 295.08º 1% 0.24% -
HSV(B) 295.08º 1% 0.48% -
XYZ 10.19 4.85 18.81 -
YUV 47.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 112 0 122 0.08 1 0 0.52 295.08 1 0.24
Hex 70 0 7A 8 64 0 34 127 64 18
Octal 160 0 172 10 144 0 64 447 144 30
Binary 1110000 0 1111010 1000 1100100 0 110100 100100111 1100100 11000

Color Harmonies of #70007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70007A

Black with #70007A

Text Example


Text Example

White with #70007A

Text Example


Text Example

HTML Codes & Css Web 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>