Html Css Color HEX #70325A Palatinate Purple

📋 copy color: '#70325A'

red 112 ◦ green 50 ◦ blue 90

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

Shades of Palatinate Purple #70325A

Tints of Palatinate Purple #70325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 44.44%
G = 19.84%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70325A (or 0x70325A) is known color: Palatinate Purple. HEX triplet: 70, 32 and 5A. RGB value is (112,50,90). Sum of RGB (Red+Green+Blue) = 112+50+90=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325A is #8FCDA5. Grayscale: #494949. Windows color (decimal): -9424294 or 5911152. OLE color: 5911152.

HSL color Cylindrical-coordinate representation of color #70325A: hue angle of 321.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70325A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 90 -
CMYK 0 0.55 0.20 0.56
HSL 321.29º 0.38% 0.32% -
HSV(B) 321.29º 0.55% 0.44% -
XYZ 9.67 6.46 10.41 -
YUV 73.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 112 50 90 0 0.55 0.20 0.56 321.29 0.38 0.32
Hex 70 32 5A 0 37 14 38 141 26 20
Octal 160 62 132 0 67 24 70 501 46 40
Binary 1110000 110010 1011010 0 110111 10100 111000 101000001 100110 100000

Color Harmonies of #70325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70325A

Black with #70325A

Text Example


Text Example

White with #70325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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