Html Css Color HEX #70245F Palatinate Purple

📋 copy color: '#70245F'

red 112 ◦ green 36 ◦ blue 95

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

Shades of Palatinate Purple #70245F

Tints of Palatinate Purple #70245F

RGB

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

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

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

R = 46.09%
G = 14.81%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70245F (or 0x70245F) is known color: Palatinate Purple. HEX triplet: 70, 24 and 5F. RGB value is (112,36,95). Sum of RGB (Red+Green+Blue) = 112+36+95=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245F is #8FDBA0. Grayscale: #414141. Windows color (decimal): -9427873 or 6235248. OLE color: 6235248.

HSL color Cylindrical-coordinate representation of color #70245F: hue angle of 313.42º 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 #70245F is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 95 -
CMYK 0 0.68 0.15 0.56
HSL 313.42º 0.51% 0.29% -
HSV(B) 313.42º 0.68% 0.44% -
XYZ 9.38 5.53 11.4 -
YUV 65.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 112 36 95 0 0.68 0.15 0.56 313.42 0.51 0.29
Hex 70 24 5F 0 44 F 38 139 33 1D
Octal 160 44 137 0 104 17 70 471 63 35
Binary 1110000 100100 1011111 0 1000100 1111 111000 100111001 110011 11101

Color Harmonies of #70245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70245F

Black with #70245F

Text Example


Text Example

White with #70245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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