Html Css Color HEX #70245B Palatinate Purple

📋 copy color: '#70245B'

red 112 ◦ green 36 ◦ blue 91

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

Shades of Palatinate Purple #70245B

Tints of Palatinate Purple #70245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 46.86%
G = 15.06%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70245B (or 0x70245B) is known color: Palatinate Purple. HEX triplet: 70, 24 and 5B. RGB value is (112,36,91). Sum of RGB (Red+Green+Blue) = 112+36+91=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245B is #8FDBA4. Grayscale: #404040. Windows color (decimal): -9427877 or 5973104. OLE color: 5973104.

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

Color convert

RGB 112 36 91 -
CMYK 0 0.68 0.19 0.56
HSL 316.58º 0.51% 0.29% -
HSV(B) 316.58º 0.68% 0.44% -
XYZ 9.2 5.46 10.47 -
YUV 64.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 112 36 91 0 0.68 0.19 0.56 316.58 0.51 0.29
Hex 70 24 5B 0 44 13 38 13D 33 1D
Octal 160 44 133 0 104 23 70 475 63 35
Binary 1110000 100100 1011011 0 1000100 10011 111000 100111101 110011 11101

Color Harmonies of #70245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70245B

Black with #70245B

Text Example


Text Example

White with #70245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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