Html Css Color HEX #70285E Palatinate Purple

📋 copy color: '#70285E'

red 112 ◦ green 40 ◦ blue 94

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

Shades of Palatinate Purple #70285E

Tints of Palatinate Purple #70285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 45.53%
G = 16.26%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70285E (or 0x70285E) is known color: Palatinate Purple. HEX triplet: 70, 28 and 5E. RGB value is (112,40,94). Sum of RGB (Red+Green+Blue) = 112+40+94=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285E is #8FD7A1. Grayscale: #434343. Windows color (decimal): -9426850 or 6170736. OLE color: 6170736.

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

Color convert

RGB 112 40 94 -
CMYK 0 0.64 0.16 0.56
HSL 315º 0.47% 0.3% -
HSV(B) 315º 0.64% 0.44% -
XYZ 9.46 5.77 11.2 -
YUV 67.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 112 40 94 0 0.64 0.16 0.56 315 0.47 0.3
Hex 70 28 5E 0 40 10 38 13B 2F 1E
Octal 160 50 136 0 100 20 70 473 57 36
Binary 1110000 101000 1011110 0 1000000 10000 111000 100111011 101111 11110

Color Harmonies of #70285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70285E

Black with #70285E

Text Example


Text Example

White with #70285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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