Html Css Color HEX #70175C Palatinate Purple

📋 copy color: '#70175C'

red 112 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #70175C

Tints of Palatinate Purple #70175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 49.34%
G = 10.13%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70175C (or 0x70175C) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5C. RGB value is (112,23,92). Sum of RGB (Red+Green+Blue) = 112+23+92=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175C is #8FE8A3. Grayscale: #393939. Windows color (decimal): -9431204 or 6035312. OLE color: 6035312.

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

Color convert

RGB 112 23 92 -
CMYK 0 0.79 0.18 0.56
HSL 313.48º 0.66% 0.26% -
HSV(B) 313.48º 0.79% 0.44% -
XYZ 8.92 4.83 10.59 -
YUV 57.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 112 23 92 0 0.79 0.18 0.56 313.48 0.66 0.26
Hex 70 17 5C 0 4F 12 38 139 42 1A
Octal 160 27 134 0 117 22 70 471 102 32
Binary 1110000 10111 1011100 0 1001111 10010 111000 100111001 1000010 11010

Color Harmonies of #70175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70175C

Black with #70175C

Text Example


Text Example

White with #70175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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