Html Css Color HEX #70395E Palatinate Purple

📋 copy color: '#70395E'

red 112 ◦ green 57 ◦ blue 94

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

Shades of Palatinate Purple #70395E

Tints of Palatinate Purple #70395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

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

R = 42.59%
G = 21.67%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70395E (or 0x70395E) is known color: Palatinate Purple. HEX triplet: 70, 39 and 5E. RGB value is (112,57,94). Sum of RGB (Red+Green+Blue) = 112+57+94=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #70395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395E is #8FC6A1. Grayscale: #4D4D4D. Windows color (decimal): -9422498 or 6175088. OLE color: 6175088.

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

Color convert

RGB 112 57 94 -
CMYK 0 0.49 0.16 0.56
HSL 319.64º 0.33% 0.33% -
HSV(B) 319.64º 0.49% 0.44% -
XYZ 10.17 7.18 11.44 -
YUV 77.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 112 57 94 0 0.49 0.16 0.56 319.64 0.33 0.33
Hex 70 39 5E 0 31 10 38 140 21 21
Octal 160 71 136 0 61 20 70 500 41 41
Binary 1110000 111001 1011110 0 110001 10000 111000 101000000 100001 100001

Color Harmonies of #70395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70395E

Black with #70395E

Text Example


Text Example

White with #70395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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