Html Css Color HEX #70285C Palatinate Purple

📋 copy color: '#70285C'

red 112 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #70285C

Tints of Palatinate Purple #70285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 45.9%
G = 16.39%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70285C (or 0x70285C) is known color: Palatinate Purple. HEX triplet: 70, 28 and 5C. RGB value is (112,40,92). Sum of RGB (Red+Green+Blue) = 112+40+92=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285C is #8FD7A3. Grayscale: #434343. Windows color (decimal): -9426852 or 6039664. OLE color: 6039664.

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

Color convert

RGB 112 40 92 -
CMYK 0 0.64 0.18 0.56
HSL 316.67º 0.47% 0.3% -
HSV(B) 316.67º 0.64% 0.44% -
XYZ 9.37 5.74 10.74 -
YUV 67.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 112 40 92 0 0.64 0.18 0.56 316.67 0.47 0.3
Hex 70 28 5C 0 40 12 38 13D 2F 1E
Octal 160 50 134 0 100 22 70 475 57 36
Binary 1110000 101000 1011100 0 1000000 10010 111000 100111101 101111 11110

Color Harmonies of #70285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70285C

Black with #70285C

Text Example


Text Example

White with #70285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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