Html Css Color HEX #70375E Palatinate Purple

📋 copy color: '#70375E'

red 112 ◦ green 55 ◦ blue 94

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

Shades of Palatinate Purple #70375E

Tints of Palatinate Purple #70375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 42.91%
G = 21.07%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70375E (or 0x70375E) is known color: Palatinate Purple. HEX triplet: 70, 37 and 5E. RGB value is (112,55,94). Sum of RGB (Red+Green+Blue) = 112+55+94=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375E is #8FC8A1. Grayscale: #4C4C4C. Windows color (decimal): -9423010 or 6174576. OLE color: 6174576.

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

Color convert

RGB 112 55 94 -
CMYK 0 0.51 0.16 0.56
HSL 318.95º 0.34% 0.33% -
HSV(B) 318.95º 0.51% 0.44% -
XYZ 10.07 6.99 11.41 -
YUV 76.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 112 55 94 0 0.51 0.16 0.56 318.95 0.34 0.33
Hex 70 37 5E 0 33 10 38 13F 22 21
Octal 160 67 136 0 63 20 70 477 42 41
Binary 1110000 110111 1011110 0 110011 10000 111000 100111111 100010 100001

Color Harmonies of #70375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70375E

Black with #70375E

Text Example


Text Example

White with #70375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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