Html Css Color HEX #70036A Purple

📋 copy color: '#70036A'

red 112 ◦ green 3 ◦ blue 106

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

Shades of Purple #70036A

Tints of Purple #70036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 50.68%
G = 1.36%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70036A (or 0x70036A) is known color: Purple. HEX triplet: 70, 03 and 6A. RGB value is (112,3,106). Sum of RGB (Red+Green+Blue) = 112+3+106=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036A is #8FFC95. Grayscale: #2F2F2F. Windows color (decimal): -9436310 or 6947696. OLE color: 6947696.

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

Color convert

RGB 112 3 106 -
CMYK 0 0.97 0.05 0.56
HSL 303.3º 0.95% 0.23% -
HSV(B) 303.3º 0.97% 0.44% -
XYZ 9.32 4.55 14.02 -
YUV 47.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 112 3 106 0 0.97 0.05 0.56 303.3 0.95 0.23
Hex 70 3 6A 0 61 5 38 12F 5F 17
Octal 160 3 152 0 141 5 70 457 137 27
Binary 1110000 11 1101010 0 1100001 101 111000 100101111 1011111 10111

Color Harmonies of #70036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70036A

Black with #70036A

Text Example


Text Example

White with #70036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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