Html Css Color HEX #70245E Palatinate Purple

📋 copy color: '#70245E'

red 112 ◦ green 36 ◦ blue 94

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

Shades of Palatinate Purple #70245E

Tints of Palatinate Purple #70245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 46.28%
G = 14.88%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70245E (or 0x70245E) is known color: Palatinate Purple. HEX triplet: 70, 24 and 5E. RGB value is (112,36,94). Sum of RGB (Red+Green+Blue) = 112+36+94=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245E is #8FDBA1. Grayscale: #414141. Windows color (decimal): -9427874 or 6169712. OLE color: 6169712.

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

Color convert

RGB 112 36 94 -
CMYK 0 0.68 0.16 0.56
HSL 314.21º 0.51% 0.29% -
HSV(B) 314.21º 0.68% 0.44% -
XYZ 9.33 5.51 11.16 -
YUV 65.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 112 36 94 0 0.68 0.16 0.56 314.21 0.51 0.29
Hex 70 24 5E 0 44 10 38 13A 33 1D
Octal 160 44 136 0 104 20 70 472 63 35
Binary 1110000 100100 1011110 0 1000100 10000 111000 100111010 110011 11101

Color Harmonies of #70245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70245E

Black with #70245E

Text Example


Text Example

White with #70245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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