Html Css Color HEX #70135C Palatinate Purple

📋 copy color: '#70135C'

red 112 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #70135C

Tints of Palatinate Purple #70135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 50.22%
G = 8.52%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70135C (or 0x70135C) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5C. RGB value is (112,19,92). Sum of RGB (Red+Green+Blue) = 112+19+92=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135C is #8FECA3. Grayscale: #363636. Windows color (decimal): -9432228 or 6034288. OLE color: 6034288.

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

Color convert

RGB 112 19 92 -
CMYK 0 0.83 0.18 0.56
HSL 312.9º 0.71% 0.26% -
HSV(B) 312.9º 0.83% 0.44% -
XYZ 8.85 4.68 10.56 -
YUV 55.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 112 19 92 0 0.83 0.18 0.56 312.9 0.71 0.26
Hex 70 13 5C 0 53 12 38 139 47 1A
Octal 160 23 134 0 123 22 70 471 107 32
Binary 1110000 10011 1011100 0 1010011 10010 111000 100111001 1000111 11010

Color Harmonies of #70135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135C

Black with #70135C

Text Example


Text Example

White with #70135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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