Html Css Color HEX #70355E Palatinate Purple

📋 copy color: '#70355E'

red 112 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #70355E

Tints of Palatinate Purple #70355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 43.24%
G = 20.46%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70355E (or 0x70355E) is known color: Palatinate Purple. HEX triplet: 70, 35 and 5E. RGB value is (112,53,94). Sum of RGB (Red+Green+Blue) = 112+53+94=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355E is #8FCAA1. Grayscale: #4B4B4B. Windows color (decimal): -9423522 or 6174064. OLE color: 6174064.

HSL color Cylindrical-coordinate representation of color #70355E: hue angle of 318.31º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70355E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 94 -
CMYK 0 0.53 0.16 0.56
HSL 318.31º 0.36% 0.32% -
HSV(B) 318.31º 0.53% 0.44% -
XYZ 9.98 6.8 11.38 -
YUV 75.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 112 53 94 0 0.53 0.16 0.56 318.31 0.36 0.32
Hex 70 35 5E 0 35 10 38 13E 24 20
Octal 160 65 136 0 65 20 70 476 44 40
Binary 1110000 110101 1011110 0 110101 10000 111000 100111110 100100 100000

Color Harmonies of #70355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70355E

Black with #70355E

Text Example


Text Example

White with #70355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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