Html Css Color HEX #70175D Palatinate Purple

📋 copy color: '#70175D'

red 112 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #70175D

Tints of Palatinate Purple #70175D

RGB

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

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

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

R = 49.12%
G = 10.09%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70175D (or 0x70175D) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5D. RGB value is (112,23,93). Sum of RGB (Red+Green+Blue) = 112+23+93=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175D is #8FE8A2. Grayscale: #393939. Windows color (decimal): -9431203 or 6100848. OLE color: 6100848.

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

Color convert

RGB 112 23 93 -
CMYK 0 0.79 0.17 0.56
HSL 312.81º 0.66% 0.26% -
HSV(B) 312.81º 0.79% 0.44% -
XYZ 8.96 4.85 10.82 -
YUV 57.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 112 23 93 0 0.79 0.17 0.56 312.81 0.66 0.26
Hex 70 17 5D 0 4F 11 38 139 42 1A
Octal 160 27 135 0 117 21 70 471 102 32
Binary 1110000 10111 1011101 0 1001111 10001 111000 100111001 1000010 11010

Color Harmonies of #70175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70175D

Black with #70175D

Text Example


Text Example

White with #70175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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