Html Css Color HEX #70315A Palatinate Purple

📋 copy color: '#70315A'

red 112 ◦ green 49 ◦ blue 90

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

Shades of Palatinate Purple #70315A

Tints of Palatinate Purple #70315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 44.62%
G = 19.52%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70315A (or 0x70315A) is known color: Palatinate Purple. HEX triplet: 70, 31 and 5A. RGB value is (112,49,90). Sum of RGB (Red+Green+Blue) = 112+49+90=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315A is #8FCEA5. Grayscale: #484848. Windows color (decimal): -9424550 or 5910896. OLE color: 5910896.

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

Color convert

RGB 112 49 90 -
CMYK 0 0.56 0.20 0.56
HSL 320.95º 0.39% 0.32% -
HSV(B) 320.95º 0.56% 0.44% -
XYZ 9.63 6.38 10.4 -
YUV 72.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 112 49 90 0 0.56 0.20 0.56 320.95 0.39 0.32
Hex 70 31 5A 0 38 14 38 141 27 20
Octal 160 61 132 0 70 24 70 501 47 40
Binary 1110000 110001 1011010 0 111000 10100 111000 101000001 100111 100000

Color Harmonies of #70315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70315A

Black with #70315A

Text Example


Text Example

White with #70315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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