Html Css Color HEX #70135E Palatinate Purple

📋 copy color: '#70135E'

red 112 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #70135E

Tints of Palatinate Purple #70135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 49.78%
G = 8.44%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70135E (or 0x70135E) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5E. RGB value is (112,19,94). Sum of RGB (Red+Green+Blue) = 112+19+94=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135E is #8FECA1. Grayscale: #373737. Windows color (decimal): -9432226 or 6165360. OLE color: 6165360.

HSL color Cylindrical-coordinate representation of color #70135E: hue angle of 311.61º 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 #70135E is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 94 -
CMYK 0 0.83 0.16 0.56
HSL 311.61º 0.71% 0.26% -
HSV(B) 311.61º 0.83% 0.44% -
XYZ 8.94 4.72 11.03 -
YUV 55.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 112 19 94 0 0.83 0.16 0.56 311.61 0.71 0.26
Hex 70 13 5E 0 53 10 38 138 47 1A
Octal 160 23 136 0 123 20 70 470 107 32
Binary 1110000 10011 1011110 0 1010011 10000 111000 100111000 1000111 11010

Color Harmonies of #70135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135E

Black with #70135E

Text Example


Text Example

White with #70135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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