Html Css Color HEX #70345E Palatinate Purple

📋 copy color: '#70345E'

red 112 ◦ green 52 ◦ blue 94

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

Shades of Palatinate Purple #70345E

Tints of Palatinate Purple #70345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 43.41%
G = 20.16%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70345E (or 0x70345E) is known color: Palatinate Purple. HEX triplet: 70, 34 and 5E. RGB value is (112,52,94). Sum of RGB (Red+Green+Blue) = 112+52+94=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70345E is #8FCBA1. Grayscale: #4A4A4A. Windows color (decimal): -9423778 or 6173808. OLE color: 6173808.

HSL color Cylindrical-coordinate representation of color #70345E: hue angle of 318º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70345E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 94 -
CMYK 0 0.54 0.16 0.56
HSL 318º 0.37% 0.32% -
HSV(B) 318º 0.54% 0.44% -
XYZ 9.93 6.71 11.36 -
YUV 74.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 112 52 94 0 0.54 0.16 0.56 318 0.37 0.32
Hex 70 34 5E 0 36 10 38 13E 25 20
Octal 160 64 136 0 66 20 70 476 45 40
Binary 1110000 110100 1011110 0 110110 10000 111000 100111110 100101 100000

Color Harmonies of #70345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70345E

Black with #70345E

Text Example


Text Example

White with #70345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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