Html Css Color HEX #70345A Palatinate Purple

📋 copy color: '#70345A'

red 112 ◦ green 52 ◦ blue 90

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

Shades of Palatinate Purple #70345A

Tints of Palatinate Purple #70345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 44.09%
G = 20.47%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70345A (or 0x70345A) is known color: Palatinate Purple. HEX triplet: 70, 34 and 5A. RGB value is (112,52,90). Sum of RGB (Red+Green+Blue) = 112+52+90=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70345A is #8FCBA5. Grayscale: #4A4A4A. Windows color (decimal): -9423782 or 5911664. OLE color: 5911664.

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

Color convert

RGB 112 52 90 -
CMYK 0 0.54 0.20 0.56
HSL 322º 0.37% 0.32% -
HSV(B) 322º 0.54% 0.44% -
XYZ 9.76 6.64 10.44 -
YUV 74.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 112 52 90 0 0.54 0.20 0.56 322 0.37 0.32
Hex 70 34 5A 0 36 14 38 142 25 20
Octal 160 64 132 0 66 24 70 502 45 40
Binary 1110000 110100 1011010 0 110110 10100 111000 101000010 100101 100000

Color Harmonies of #70345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70345A

Black with #70345A

Text Example


Text Example

White with #70345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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