Html Css Color HEX #70295B Palatinate Purple

📋 copy color: '#70295B'

red 112 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #70295B

Tints of Palatinate Purple #70295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 45.9%
G = 16.8%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70295B (or 0x70295B) is known color: Palatinate Purple. HEX triplet: 70, 29 and 5B. RGB value is (112,41,91). Sum of RGB (Red+Green+Blue) = 112+41+91=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295B is #8FD6A4. Grayscale: #434343. Windows color (decimal): -9426597 or 5974384. OLE color: 5974384.

HSL color Cylindrical-coordinate representation of color #70295B: hue angle of 317.75º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70295B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 91 -
CMYK 0 0.63 0.19 0.56
HSL 317.75º 0.46% 0.3% -
HSV(B) 317.75º 0.63% 0.44% -
XYZ 9.36 5.79 10.52 -
YUV 67.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 112 41 91 0 0.63 0.19 0.56 317.75 0.46 0.3
Hex 70 29 5B 0 3F 13 38 13E 2E 1E
Octal 160 51 133 0 77 23 70 476 56 36
Binary 1110000 101001 1011011 0 111111 10011 111000 100111110 101110 11110

Color Harmonies of #70295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70295B

Black with #70295B

Text Example


Text Example

White with #70295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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