Html Css Color HEX #70015E Palatinate Purple

📋 copy color: '#70015E'

red 112 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #70015E

Tints of Palatinate Purple #70015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 54.11%
G = 0.48%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70015E (or 0x70015E) is known color: Palatinate Purple. HEX triplet: 70, 01 and 5E. RGB value is (112,1,94). Sum of RGB (Red+Green+Blue) = 112+1+94=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70015E is #8FFEA1. Grayscale: #2C2C2C. Windows color (decimal): -9436834 or 6160752. OLE color: 6160752.

HSL color Cylindrical-coordinate representation of color #70015E: hue angle of 309.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70015E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 94 -
CMYK 0 0.99 0.16 0.56
HSL 309.73º 0.98% 0.22% -
HSV(B) 309.73º 0.99% 0.44% -
XYZ 8.71 4.27 10.96 -
YUV 44.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 112 1 94 0 0.99 0.16 0.56 309.73 0.98 0.22
Hex 70 1 5E 0 63 10 38 136 62 16
Octal 160 1 136 0 143 20 70 466 142 26
Binary 1110000 1 1011110 0 1100011 10000 111000 100110110 1100010 10110

Color Harmonies of #70015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70015E

Black with #70015E

Text Example


Text Example

White with #70015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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