Html Css Color HEX #70175E Palatinate Purple

📋 copy color: '#70175E'

red 112 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #70175E

Tints of Palatinate Purple #70175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 48.91%
G = 10.04%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70175E (or 0x70175E) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5E. RGB value is (112,23,94). Sum of RGB (Red+Green+Blue) = 112+23+94=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175E is #8FE8A1. Grayscale: #393939. Windows color (decimal): -9431202 or 6166384. OLE color: 6166384.

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

Color convert

RGB 112 23 94 -
CMYK 0 0.79 0.16 0.56
HSL 312.13º 0.66% 0.26% -
HSV(B) 312.13º 0.79% 0.44% -
XYZ 9.01 4.87 11.05 -
YUV 57.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 112 23 94 0 0.79 0.16 0.56 312.13 0.66 0.26
Hex 70 17 5E 0 4F 10 38 138 42 1A
Octal 160 27 136 0 117 20 70 470 102 32
Binary 1110000 10111 1011110 0 1001111 10000 111000 100111000 1000010 11010

Color Harmonies of #70175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70175E

Black with #70175E

Text Example


Text Example

White with #70175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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