Html Css Color HEX #70036D Purple

📋 copy color: '#70036D'

red 112 ◦ green 3 ◦ blue 109

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

Shades of Purple #70036D

Tints of Purple #70036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 50%
G = 1.34%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70036D (or 0x70036D) is known color: Purple. HEX triplet: 70, 03 and 6D. RGB value is (112,3,109). Sum of RGB (Red+Green+Blue) = 112+3+109=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036D is #8FFC92. Grayscale: #2F2F2F. Windows color (decimal): -9436307 or 7144304. OLE color: 7144304.

HSL color Cylindrical-coordinate representation of color #70036D: hue angle of 301.65º 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 #70036D is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 109 -
CMYK 0 0.97 0.03 0.56
HSL 301.65º 0.95% 0.23% -
HSV(B) 301.65º 0.97% 0.44% -
XYZ 9.47 4.61 14.86 -
YUV 47.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 112 3 109 0 0.97 0.03 0.56 301.65 0.95 0.23
Hex 70 3 6D 0 61 3 38 12E 5F 17
Octal 160 3 155 0 141 3 70 456 137 27
Binary 1110000 11 1101101 0 1100001 11 111000 100101110 1011111 10111

Color Harmonies of #70036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70036D

Black with #70036D

Text Example


Text Example

White with #70036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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