Html Css Color HEX #70036F Purple

📋 copy color: '#70036F'

red 112 ◦ green 3 ◦ blue 111

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

Shades of Purple #70036F

Tints of Purple #70036F

RGB

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

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

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

R = 49.56%
G = 1.33%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70036F (or 0x70036F) is known color: Purple. HEX triplet: 70, 03 and 6F. RGB value is (112,3,111). Sum of RGB (Red+Green+Blue) = 112+3+111=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036F is #8FFC90. Grayscale: #2F2F2F. Windows color (decimal): -9436305 or 7275376. OLE color: 7275376.

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

Color convert

RGB 112 3 111 -
CMYK 0 0.97 0.01 0.56
HSL 300.55º 0.95% 0.23% -
HSV(B) 300.55º 0.97% 0.44% -
XYZ 9.58 4.66 15.43 -
YUV 47.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 112 3 111 0 0.97 0.01 0.56 300.55 0.95 0.23
Hex 70 3 6F 0 61 1 38 12D 5F 17
Octal 160 3 157 0 141 1 70 455 137 27
Binary 1110000 11 1101111 0 1100001 1 111000 100101101 1011111 10111

Color Harmonies of #70036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70036F

Black with #70036F

Text Example


Text Example

White with #70036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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