Html Css Color HEX #70245D Palatinate Purple

📋 copy color: '#70245D'

red 112 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #70245D

Tints of Palatinate Purple #70245D

RGB

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

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

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

R = 46.47%
G = 14.94%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70245D (or 0x70245D) is known color: Palatinate Purple. HEX triplet: 70, 24 and 5D. RGB value is (112,36,93). Sum of RGB (Red+Green+Blue) = 112+36+93=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245D is #8FDBA2. Grayscale: #414141. Windows color (decimal): -9427875 or 6104176. OLE color: 6104176.

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

Color convert

RGB 112 36 93 -
CMYK 0 0.68 0.17 0.56
HSL 315º 0.51% 0.29% -
HSV(B) 315º 0.68% 0.44% -
XYZ 9.29 5.5 10.93 -
YUV 65.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 112 36 93 0 0.68 0.17 0.56 315 0.51 0.29
Hex 70 24 5D 0 44 11 38 13B 33 1D
Octal 160 44 135 0 104 21 70 473 63 35
Binary 1110000 100100 1011101 0 1000100 10001 111000 100111011 110011 11101

Color Harmonies of #70245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70245D

Black with #70245D

Text Example


Text Example

White with #70245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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