Html Css Color HEX #70285F Palatinate Purple

📋 copy color: '#70285F'

red 112 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #70285F

Tints of Palatinate Purple #70285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 45.34%
G = 16.19%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70285F (or 0x70285F) is known color: Palatinate Purple. HEX triplet: 70, 28 and 5F. RGB value is (112,40,95). Sum of RGB (Red+Green+Blue) = 112+40+95=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #70285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285F is #8FD7A0. Grayscale: #434343. Windows color (decimal): -9426849 or 6236272. OLE color: 6236272.

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

Color convert

RGB 112 40 95 -
CMYK 0 0.64 0.15 0.56
HSL 314.17º 0.47% 0.3% -
HSV(B) 314.17º 0.64% 0.44% -
XYZ 9.51 5.79 11.44 -
YUV 67.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 112 40 95 0 0.64 0.15 0.56 314.17 0.47 0.3
Hex 70 28 5F 0 40 F 38 13A 2F 1E
Octal 160 50 137 0 100 17 70 472 57 36
Binary 1110000 101000 1011111 0 1000000 1111 111000 100111010 101111 11110

Color Harmonies of #70285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70285F

Black with #70285F

Text Example


Text Example

White with #70285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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