Html Css Color HEX #70285A Palatinate Purple

📋 copy color: '#70285A'

red 112 ◦ green 40 ◦ blue 90

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

Shades of Palatinate Purple #70285A

Tints of Palatinate Purple #70285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 46.28%
G = 16.53%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70285A (or 0x70285A) is known color: Palatinate Purple. HEX triplet: 70, 28 and 5A. RGB value is (112,40,90). Sum of RGB (Red+Green+Blue) = 112+40+90=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285A is #8FD7A5. Grayscale: #434343. Windows color (decimal): -9426854 or 5908592. OLE color: 5908592.

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

Color convert

RGB 112 40 90 -
CMYK 0 0.64 0.20 0.56
HSL 318.33º 0.47% 0.3% -
HSV(B) 318.33º 0.64% 0.44% -
XYZ 9.29 5.7 10.28 -
YUV 67.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 112 40 90 0 0.64 0.20 0.56 318.33 0.47 0.3
Hex 70 28 5A 0 40 14 38 13E 2F 1E
Octal 160 50 132 0 100 24 70 476 57 36
Binary 1110000 101000 1011010 0 1000000 10100 111000 100111110 101111 11110

Color Harmonies of #70285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70285A

Black with #70285A

Text Example


Text Example

White with #70285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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