Html Css Color HEX #70175B Palatinate Purple

📋 copy color: '#70175B'

red 112 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #70175B

Tints of Palatinate Purple #70175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 49.56%
G = 10.18%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70175B (or 0x70175B) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5B. RGB value is (112,23,91). Sum of RGB (Red+Green+Blue) = 112+23+91=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175B is #8FE8A4. Grayscale: #393939. Windows color (decimal): -9431205 or 5969776. OLE color: 5969776.

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

Color convert

RGB 112 23 91 -
CMYK 0 0.79 0.19 0.56
HSL 314.16º 0.66% 0.26% -
HSV(B) 314.16º 0.79% 0.44% -
XYZ 8.88 4.81 10.36 -
YUV 57.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 112 23 91 0 0.79 0.19 0.56 314.16 0.66 0.26
Hex 70 17 5B 0 4F 13 38 13A 42 1A
Octal 160 27 133 0 117 23 70 472 102 32
Binary 1110000 10111 1011011 0 1001111 10011 111000 100111010 1000010 11010

Color Harmonies of #70175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70175B

Black with #70175B

Text Example


Text Example

White with #70175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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