Html Css Color HEX #70156C Palatinate Purple

📋 copy color: '#70156C'

red 112 ◦ green 21 ◦ blue 108

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

Shades of Palatinate Purple #70156C

Tints of Palatinate Purple #70156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 46.47%
G = 8.71%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70156C (or 0x70156C) is known color: Palatinate Purple. HEX triplet: 70, 15 and 6C. RGB value is (112,21,108). Sum of RGB (Red+Green+Blue) = 112+21+108=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156C is #8FEA93. Grayscale: #393939. Windows color (decimal): -9431700 or 7083376. OLE color: 7083376.

HSL color Cylindrical-coordinate representation of color #70156C: hue angle of 302.64º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70156C is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 108 -
CMYK 0 0.81 0.04 0.56
HSL 302.64º 0.68% 0.26% -
HSV(B) 302.64º 0.81% 0.44% -
XYZ 9.66 5.06 14.66 -
YUV 58.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 112 21 108 0 0.81 0.04 0.56 302.64 0.68 0.26
Hex 70 15 6C 0 51 4 38 12F 44 1A
Octal 160 25 154 0 121 4 70 457 104 32
Binary 1110000 10101 1101100 0 1010001 100 111000 100101111 1000100 11010

Color Harmonies of #70156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70156C

Black with #70156C

Text Example


Text Example

White with #70156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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