Html Css Color HEX #70325B Palatinate Purple

📋 copy color: '#70325B'

red 112 ◦ green 50 ◦ blue 91

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

Shades of Palatinate Purple #70325B

Tints of Palatinate Purple #70325B

RGB

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

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

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

R = 44.27%
G = 19.76%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70325B (or 0x70325B) is known color: Palatinate Purple. HEX triplet: 70, 32 and 5B. RGB value is (112,50,91). Sum of RGB (Red+Green+Blue) = 112+50+91=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325B is #8FCDA4. Grayscale: #494949. Windows color (decimal): -9424293 or 5976688. OLE color: 5976688.

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

Color convert

RGB 112 50 91 -
CMYK 0 0.55 0.19 0.56
HSL 320.32º 0.38% 0.32% -
HSV(B) 320.32º 0.55% 0.44% -
XYZ 9.71 6.48 10.64 -
YUV 73.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 112 50 91 0 0.55 0.19 0.56 320.32 0.38 0.32
Hex 70 32 5B 0 37 13 38 140 26 20
Octal 160 62 133 0 67 23 70 500 46 40
Binary 1110000 110010 1011011 0 110111 10011 111000 101000000 100110 100000

Color Harmonies of #70325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70325B

Black with #70325B

Text Example


Text Example

White with #70325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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