Html Css Color HEX #70285B Palatinate Purple

📋 copy color: '#70285B'

red 112 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #70285B

Tints of Palatinate Purple #70285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 46.09%
G = 16.46%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70285B (or 0x70285B) is known color: Palatinate Purple. HEX triplet: 70, 28 and 5B. RGB value is (112,40,91). Sum of RGB (Red+Green+Blue) = 112+40+91=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285B is #8FD7A4. Grayscale: #434343. Windows color (decimal): -9426853 or 5974128. OLE color: 5974128.

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

Color convert

RGB 112 40 91 -
CMYK 0 0.64 0.19 0.56
HSL 317.5º 0.47% 0.3% -
HSV(B) 317.5º 0.64% 0.44% -
XYZ 9.33 5.72 10.51 -
YUV 67.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 112 40 91 0 0.64 0.19 0.56 317.5 0.47 0.3
Hex 70 28 5B 0 40 13 38 13E 2F 1E
Octal 160 50 133 0 100 23 70 476 57 36
Binary 1110000 101000 1011011 0 1000000 10011 111000 100111110 101111 11110

Color Harmonies of #70285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70285B

Black with #70285B

Text Example


Text Example

White with #70285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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