Html Css Color HEX #70076F Purple

📋 copy color: '#70076F'

red 112 ◦ green 7 ◦ blue 111

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

Shades of Purple #70076F

Tints of Purple #70076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 48.7%
G = 3.04%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70076F (or 0x70076F) is known color: Purple. HEX triplet: 70, 07 and 6F. RGB value is (112,7,111). Sum of RGB (Red+Green+Blue) = 112+7+111=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70076F is #8FF890. Grayscale: #313131. Windows color (decimal): -9435281 or 7276400. OLE color: 7276400.

HSL color Cylindrical-coordinate representation of color #70076F: hue angle of 300.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70076F is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 111 -
CMYK 0 0.94 0.01 0.56
HSL 300.57º 0.88% 0.23% -
HSV(B) 300.57º 0.94% 0.44% -
XYZ 9.63 4.74 15.45 -
YUV 50.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 112 7 111 0 0.94 0.01 0.56 300.57 0.88 0.23
Hex 70 7 6F 0 5E 1 38 12D 58 17
Octal 160 7 157 0 136 1 70 455 130 27
Binary 1110000 111 1101111 0 1011110 1 111000 100101101 1011000 10111

Color Harmonies of #70076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70076F

Black with #70076F

Text Example


Text Example

White with #70076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70076F; }

 p { color: rgb(112,7,111); }

 H1.HeaderClassName
 {
   color: #70076F;
 }
 .AnyTagClassName
 {
   color: #70076F;
 }
</style>

background-color css

<style>
 a { background-color: #70076F; }

 a { background-color: rgb(112,7,111); }

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

border-color css

<style>
 span { border-color: #70076F; }

 span { border-color: rgb(112,7,111); }

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