Html Css Color HEX #70316A Palatinate Purple

📋 copy color: '#70316A'

red 112 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #70316A

Tints of Palatinate Purple #70316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 41.95%
G = 18.35%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70316A (or 0x70316A) is known color: Palatinate Purple. HEX triplet: 70, 31 and 6A. RGB value is (112,49,106). Sum of RGB (Red+Green+Blue) = 112+49+106=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316A is #8FCE95. Grayscale: #4A4A4A. Windows color (decimal): -9424534 or 6959472. OLE color: 6959472.

HSL color Cylindrical-coordinate representation of color #70316A: hue angle of 305.71º 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 #70316A is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 49 106 -
CMYK 0 0.56 0.05 0.56
HSL 305.71º 0.39% 0.32% -
HSV(B) 305.71º 0.56% 0.44% -
XYZ 10.38 6.68 14.38 -
YUV 74.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 112 49 106 0 0.56 0.05 0.56 305.71 0.39 0.32
Hex 70 31 6A 0 38 5 38 132 27 20
Octal 160 61 152 0 70 5 70 462 47 40
Binary 1110000 110001 1101010 0 111000 101 111000 100110010 100111 100000

Color Harmonies of #70316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70316A

Black with #70316A

Text Example


Text Example

White with #70316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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