Html Css Color HEX #70096C Purple

📋 copy color: '#70096C'

red 112 ◦ green 9 ◦ blue 108

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

Shades of Purple #70096C

Tints of Purple #70096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 48.91%
G = 3.93%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70096C (or 0x70096C) is known color: Purple. HEX triplet: 70, 09 and 6C. RGB value is (112,9,108). Sum of RGB (Red+Green+Blue) = 112+9+108=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70096C is #8FF693. Grayscale: #323232. Windows color (decimal): -9434772 or 7080304. OLE color: 7080304.

HSL color Cylindrical-coordinate representation of color #70096C: hue angle of 302.33º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70096C is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 108 -
CMYK 0 0.92 0.04 0.56
HSL 302.33º 0.85% 0.24% -
HSV(B) 302.33º 0.92% 0.44% -
XYZ 9.49 4.72 14.6 -
YUV 51.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 112 9 108 0 0.92 0.04 0.56 302.33 0.85 0.24
Hex 70 9 6C 0 5C 4 38 12E 55 18
Octal 160 11 154 0 134 4 70 456 125 30
Binary 1110000 1001 1101100 0 1011100 100 111000 100101110 1010101 11000

Color Harmonies of #70096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70096C

Black with #70096C

Text Example


Text Example

White with #70096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70096C; }

 p { color: rgb(112,9,108); }

 H1.HeaderClassName
 {
   color: #70096C;
 }
 .AnyTagClassName
 {
   color: #70096C;
 }
</style>

background-color css

<style>
 a { background-color: #70096C; }

 a { background-color: rgb(112,9,108); }

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

border-color css

<style>
 span { border-color: #70096C; }

 span { border-color: rgb(112,9,108); }

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