Html Css Color HEX #70385E Palatinate Purple

📋 copy color: '#70385E'

red 112 ◦ green 56 ◦ blue 94

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

Shades of Palatinate Purple #70385E

Tints of Palatinate Purple #70385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 42.75%
G = 21.37%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70385E (or 0x70385E) is known color: Palatinate Purple. HEX triplet: 70, 38 and 5E. RGB value is (112,56,94). Sum of RGB (Red+Green+Blue) = 112+56+94=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70385E is #8FC7A1. Grayscale: #4C4C4C. Windows color (decimal): -9422754 or 6174832. OLE color: 6174832.

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

Color convert

RGB 112 56 94 -
CMYK 0 0.50 0.16 0.56
HSL 319.29º 0.33% 0.33% -
HSV(B) 319.29º 0.5% 0.44% -
XYZ 10.12 7.08 11.42 -
YUV 77.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 112 56 94 0 0.50 0.16 0.56 319.29 0.33 0.33
Hex 70 38 5E 0 32 10 38 13F 21 21
Octal 160 70 136 0 62 20 70 477 41 41
Binary 1110000 111000 1011110 0 110010 10000 111000 100111111 100001 100001

Color Harmonies of #70385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70385E

Black with #70385E

Text Example


Text Example

White with #70385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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