Html Css Color HEX #70325F Palatinate Purple

📋 copy color: '#70325F'

red 112 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #70325F

Tints of Palatinate Purple #70325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 43.58%
G = 19.46%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70325F (or 0x70325F) is known color: Palatinate Purple. HEX triplet: 70, 32 and 5F. RGB value is (112,50,95). Sum of RGB (Red+Green+Blue) = 112+50+95=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325F is #8FCDA0. Grayscale: #494949. Windows color (decimal): -9424289 or 6238832. OLE color: 6238832.

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

Color convert

RGB 112 50 95 -
CMYK 0 0.55 0.15 0.56
HSL 316.45º 0.38% 0.32% -
HSV(B) 316.45º 0.55% 0.44% -
XYZ 9.89 6.55 11.57 -
YUV 73.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 112 50 95 0 0.55 0.15 0.56 316.45 0.38 0.32
Hex 70 32 5F 0 37 F 38 13C 26 20
Octal 160 62 137 0 67 17 70 474 46 40
Binary 1110000 110010 1011111 0 110111 1111 111000 100111100 100110 100000

Color Harmonies of #70325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70325F

Black with #70325F

Text Example


Text Example

White with #70325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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