Html Css Color HEX #70345B Palatinate Purple

📋 copy color: '#70345B'

red 112 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #70345B

Tints of Palatinate Purple #70345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 43.92%
G = 20.39%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70345B (or 0x70345B) is known color: Palatinate Purple. HEX triplet: 70, 34 and 5B. RGB value is (112,52,91). Sum of RGB (Red+Green+Blue) = 112+52+91=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70345B is #8FCBA4. Grayscale: #4A4A4A. Windows color (decimal): -9423781 or 5977200. OLE color: 5977200.

HSL color Cylindrical-coordinate representation of color #70345B: hue angle of 321º 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 #70345B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 91 -
CMYK 0 0.54 0.19 0.56
HSL 321º 0.37% 0.32% -
HSV(B) 321º 0.54% 0.44% -
XYZ 9.8 6.66 10.67 -
YUV 74.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 112 52 91 0 0.54 0.19 0.56 321 0.37 0.32
Hex 70 34 5B 0 36 13 38 141 25 20
Octal 160 64 133 0 66 23 70 501 45 40
Binary 1110000 110100 1011011 0 110110 10011 111000 101000001 100101 100000

Color Harmonies of #70345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70345B

Black with #70345B

Text Example


Text Example

White with #70345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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