Html Css Color HEX #70145F Palatinate Purple

📋 copy color: '#70145F'

red 112 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #70145F

Tints of Palatinate Purple #70145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 49.34%
G = 8.81%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70145F (or 0x70145F) is known color: Palatinate Purple. HEX triplet: 70, 14 and 5F. RGB value is (112,20,95). Sum of RGB (Red+Green+Blue) = 112+20+95=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70145F is #8FEBA0. Grayscale: #373737. Windows color (decimal): -9431969 or 6231152. OLE color: 6231152.

HSL color Cylindrical-coordinate representation of color #70145F: hue angle of 311.09º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70145F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 95 -
CMYK 0 0.82 0.15 0.56
HSL 311.09º 0.7% 0.26% -
HSV(B) 311.09º 0.82% 0.44% -
XYZ 9 4.77 11.27 -
YUV 56.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 112 20 95 0 0.82 0.15 0.56 311.09 0.7 0.26
Hex 70 14 5F 0 52 F 38 137 46 1A
Octal 160 24 137 0 122 17 70 467 106 32
Binary 1110000 10100 1011111 0 1010010 1111 111000 100110111 1000110 11010

Color Harmonies of #70145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70145F

Black with #70145F

Text Example


Text Example

White with #70145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70145F; }

 p { color: rgb(112,20,95); }

 H1.HeaderClassName
 {
   color: #70145F;
 }
 .AnyTagClassName
 {
   color: #70145F;
 }
</style>

background-color css

<style>
 a { background-color: #70145F; }

 a { background-color: rgb(112,20,95); }

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

border-color css

<style>
 span { border-color: #70145F; }

 span { border-color: rgb(112,20,95); }

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