Html Css Color HEX #70325C Palatinate Purple

📋 copy color: '#70325C'

red 112 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #70325C

Tints of Palatinate Purple #70325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 44.09%
G = 19.69%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70325C (or 0x70325C) is known color: Palatinate Purple. HEX triplet: 70, 32 and 5C. RGB value is (112,50,92). Sum of RGB (Red+Green+Blue) = 112+50+92=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325C is #8FCDA3. Grayscale: #494949. Windows color (decimal): -9424292 or 6042224. OLE color: 6042224.

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

Color convert

RGB 112 50 92 -
CMYK 0 0.55 0.18 0.56
HSL 319.35º 0.38% 0.32% -
HSV(B) 319.35º 0.55% 0.44% -
XYZ 9.75 6.5 10.87 -
YUV 73.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 112 50 92 0 0.55 0.18 0.56 319.35 0.38 0.32
Hex 70 32 5C 0 37 12 38 13F 26 20
Octal 160 62 134 0 67 22 70 477 46 40
Binary 1110000 110010 1011100 0 110111 10010 111000 100111111 100110 100000

Color Harmonies of #70325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70325C

Black with #70325C

Text Example


Text Example

White with #70325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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