Html Css Color HEX #70136F Palatinate Purple

📋 copy color: '#70136F'

red 112 ◦ green 19 ◦ blue 111

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

Shades of Palatinate Purple #70136F

Tints of Palatinate Purple #70136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 46.28%
G = 7.85%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70136F (or 0x70136F) is known color: Palatinate Purple. HEX triplet: 70, 13 and 6F. RGB value is (112,19,111). Sum of RGB (Red+Green+Blue) = 112+19+111=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70136F is #8FEC90. Grayscale: #393939. Windows color (decimal): -9432209 or 7279472. OLE color: 7279472.

HSL color Cylindrical-coordinate representation of color #70136F: hue angle of 300.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70136F is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 111 -
CMYK 0 0.83 0.01 0.56
HSL 300.65º 0.71% 0.26% -
HSV(B) 300.65º 0.83% 0.44% -
XYZ 9.78 5.06 15.5 -
YUV 57.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 112 19 111 0 0.83 0.01 0.56 300.65 0.71 0.26
Hex 70 13 6F 0 53 1 38 12D 47 1A
Octal 160 23 157 0 123 1 70 455 107 32
Binary 1110000 10011 1101111 0 1010011 1 111000 100101101 1000111 11010

Color Harmonies of #70136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70136F

Black with #70136F

Text Example


Text Example

White with #70136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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