Html Css Color HEX #70325D Palatinate Purple

📋 copy color: '#70325D'

red 112 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #70325D

Tints of Palatinate Purple #70325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 43.92%
G = 19.61%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70325D (or 0x70325D) is known color: Palatinate Purple. HEX triplet: 70, 32 and 5D. RGB value is (112,50,93). Sum of RGB (Red+Green+Blue) = 112+50+93=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325D is #8FCDA2. Grayscale: #494949. Windows color (decimal): -9424291 or 6107760. OLE color: 6107760.

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

Color convert

RGB 112 50 93 -
CMYK 0 0.55 0.17 0.56
HSL 318.39º 0.38% 0.32% -
HSV(B) 318.39º 0.55% 0.44% -
XYZ 9.8 6.52 11.1 -
YUV 73.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 112 50 93 0 0.55 0.17 0.56 318.39 0.38 0.32
Hex 70 32 5D 0 37 11 38 13E 26 20
Octal 160 62 135 0 67 21 70 476 46 40
Binary 1110000 110010 1011101 0 110111 10001 111000 100111110 100110 100000

Color Harmonies of #70325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70325D

Black with #70325D

Text Example


Text Example

White with #70325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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