Html Css Color HEX #70176C Palatinate Purple

📋 copy color: '#70176C'

red 112 ◦ green 23 ◦ blue 108

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

Shades of Palatinate Purple #70176C

Tints of Palatinate Purple #70176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 46.09%
G = 9.47%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70176C (or 0x70176C) is known color: Palatinate Purple. HEX triplet: 70, 17 and 6C. RGB value is (112,23,108). Sum of RGB (Red+Green+Blue) = 112+23+108=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70176C is #8FE893. Grayscale: #3B3B3B. Windows color (decimal): -9431188 or 7083888. OLE color: 7083888.

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

Color convert

RGB 112 23 108 -
CMYK 0 0.79 0.04 0.56
HSL 302.7º 0.66% 0.26% -
HSV(B) 302.7º 0.79% 0.44% -
XYZ 9.7 5.14 14.67 -
YUV 59.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 112 23 108 0 0.79 0.04 0.56 302.7 0.66 0.26
Hex 70 17 6C 0 4F 4 38 12F 42 1A
Octal 160 27 154 0 117 4 70 457 102 32
Binary 1110000 10111 1101100 0 1001111 100 111000 100101111 1000010 11010

Color Harmonies of #70176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70176C

Black with #70176C

Text Example


Text Example

White with #70176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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