Html Css Color HEX #70175A Palatinate Purple

📋 copy color: '#70175A'

red 112 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #70175A

Tints of Palatinate Purple #70175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 49.78%
G = 10.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70175A (or 0x70175A) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5A. RGB value is (112,23,90). Sum of RGB (Red+Green+Blue) = 112+23+90=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175A is #8FE8A5. Grayscale: #393939. Windows color (decimal): -9431206 or 5904240. OLE color: 5904240.

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

Color convert

RGB 112 23 90 -
CMYK 0 0.79 0.20 0.56
HSL 314.83º 0.66% 0.26% -
HSV(B) 314.83º 0.79% 0.44% -
XYZ 8.83 4.8 10.13 -
YUV 57.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 112 23 90 0 0.79 0.20 0.56 314.83 0.66 0.26
Hex 70 17 5A 0 4F 14 38 13B 42 1A
Octal 160 27 132 0 117 24 70 473 102 32
Binary 1110000 10111 1011010 0 1001111 10100 111000 100111011 1000010 11010

Color Harmonies of #70175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70175A

Black with #70175A

Text Example


Text Example

White with #70175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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