Html Css Color HEX #70005E Purple

📋 copy color: '#70005E'

red 112 ◦ green 0 ◦ blue 94

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

Shades of Purple #70005E

Tints of Purple #70005E

RGB

 RED value IS 112 (44.14% from 255) = 54.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 45.63%

R = 54.37%
G = 0%
B = 45.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70005E (or 0x70005E) is known color: Purple. HEX triplet: 70, 00 and 5E. RGB value is (112,0,94). Sum of RGB (Red+Green+Blue) = 112+0+94=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005E is #8FFFA1. Grayscale: #2B2B2B. Windows color (decimal): -9437090 or 6160496. OLE color: 6160496.

HSL color Cylindrical-coordinate representation of color #70005E: hue angle of 309.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70005E is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 94 -
CMYK 0 1 0.16 0.56
HSL 309.64º 1% 0.22% -
HSV(B) 309.64º 1% 0.44% -
XYZ 8.7 4.25 10.95 -
YUV 44.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 112 0 94 0 1 0.16 0.56 309.64 1 0.22
Hex 70 0 5E 0 64 10 38 136 64 16
Octal 160 0 136 0 144 20 70 466 144 26
Binary 1110000 0 1011110 0 1100100 10000 111000 100110110 1100100 10110

Color Harmonies of #70005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70005E

Black with #70005E

Text Example


Text Example

White with #70005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70005E; }

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

 H1.HeaderClassName
 {
   color: #70005E;
 }
 .AnyTagClassName
 {
   color: #70005E;
 }
</style>

background-color css

<style>
 a { background-color: #70005E; }

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

 div.DivClassName
 {
   background-color: #70005E;
 }
 .BgClassName
 {
   background-color: #70005E;
 }
</style>

border-color css

<style>
 span { border-color: #70005E; }

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

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