Html Css Color HEX #70155E Palatinate Purple

📋 copy color: '#70155E'

red 112 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #70155E

Tints of Palatinate Purple #70155E

RGB

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

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

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

R = 49.34%
G = 9.25%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70155E (or 0x70155E) is known color: Palatinate Purple. HEX triplet: 70, 15 and 5E. RGB value is (112,21,94). Sum of RGB (Red+Green+Blue) = 112+21+94=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155E is #8FEAA1. Grayscale: #383838. Windows color (decimal): -9431714 or 6165872. OLE color: 6165872.

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

Color convert

RGB 112 21 94 -
CMYK 0 0.81 0.16 0.56
HSL 311.87º 0.68% 0.26% -
HSV(B) 311.87º 0.81% 0.44% -
XYZ 8.97 4.79 11.04 -
YUV 56.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 112 21 94 0 0.81 0.16 0.56 311.87 0.68 0.26
Hex 70 15 5E 0 51 10 38 138 44 1A
Octal 160 25 136 0 121 20 70 470 104 32
Binary 1110000 10101 1011110 0 1010001 10000 111000 100111000 1000100 11010

Color Harmonies of #70155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70155E

Black with #70155E

Text Example


Text Example

White with #70155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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