Html Css Color HEX #70045D Palatinate Purple

📋 copy color: '#70045D'

red 112 ◦ green 4 ◦ blue 93

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

Shades of Palatinate Purple #70045D

Tints of Palatinate Purple #70045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 53.59%
G = 1.91%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70045D (or 0x70045D) is known color: Palatinate Purple. HEX triplet: 70, 04 and 5D. RGB value is (112,4,93). Sum of RGB (Red+Green+Blue) = 112+4+93=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045D is #8FFBA2. Grayscale: #2E2E2E. Windows color (decimal): -9436067 or 6095984. OLE color: 6095984.

HSL color Cylindrical-coordinate representation of color #70045D: hue angle of 310.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70045D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 93 -
CMYK 0 0.96 0.17 0.56
HSL 310.56º 0.93% 0.23% -
HSV(B) 310.56º 0.96% 0.44% -
XYZ 8.7 4.32 10.73 -
YUV 46.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 112 4 93 0 0.96 0.17 0.56 310.56 0.93 0.23
Hex 70 4 5D 0 60 11 38 137 5D 17
Octal 160 4 135 0 140 21 70 467 135 27
Binary 1110000 100 1011101 0 1100000 10001 111000 100110111 1011101 10111

Color Harmonies of #70045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70045D

Black with #70045D

Text Example


Text Example

White with #70045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70045D; }

 p { color: rgb(112,4,93); }

 H1.HeaderClassName
 {
   color: #70045D;
 }
 .AnyTagClassName
 {
   color: #70045D;
 }
</style>

background-color css

<style>
 a { background-color: #70045D; }

 a { background-color: rgb(112,4,93); }

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

border-color css

<style>
 span { border-color: #70045D; }

 span { border-color: rgb(112,4,93); }

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