Html Css Color HEX #70036E Purple

📋 copy color: '#70036E'

red 112 ◦ green 3 ◦ blue 110

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

Shades of Purple #70036E

Tints of Purple #70036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 49.78%
G = 1.33%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70036E (or 0x70036E) is known color: Purple. HEX triplet: 70, 03 and 6E. RGB value is (112,3,110). Sum of RGB (Red+Green+Blue) = 112+3+110=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036E is #8FFC91. Grayscale: #2F2F2F. Windows color (decimal): -9436306 or 7209840. OLE color: 7209840.

HSL color Cylindrical-coordinate representation of color #70036E: hue angle of 301.1º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70036E is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 110 -
CMYK 0 0.97 0.02 0.56
HSL 301.1º 0.95% 0.23% -
HSV(B) 301.1º 0.97% 0.44% -
XYZ 9.53 4.64 15.14 -
YUV 47.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 112 3 110 0 0.97 0.02 0.56 301.1 0.95 0.23
Hex 70 3 6E 0 61 2 38 12D 5F 17
Octal 160 3 156 0 141 2 70 455 137 27
Binary 1110000 11 1101110 0 1100001 10 111000 100101101 1011111 10111

Color Harmonies of #70036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70036E

Black with #70036E

Text Example


Text Example

White with #70036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,3,110); }

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

background-color css

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

 a { background-color: rgb(112,3,110); }

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

border-color css

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

 span { border-color: rgb(112,3,110); }

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