Html Css Color HEX #70375C Palatinate Purple

📋 copy color: '#70375C'

red 112 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #70375C

Tints of Palatinate Purple #70375C

RGB

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

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

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

R = 43.24%
G = 21.24%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70375C (or 0x70375C) is known color: Palatinate Purple. HEX triplet: 70, 37 and 5C. RGB value is (112,55,92). Sum of RGB (Red+Green+Blue) = 112+55+92=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375C is #8FC8A3. Grayscale: #4C4C4C. Windows color (decimal): -9423012 or 6043504. OLE color: 6043504.

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

Color convert

RGB 112 55 92 -
CMYK 0 0.51 0.18 0.56
HSL 321.05º 0.34% 0.33% -
HSV(B) 321.05º 0.51% 0.44% -
XYZ 9.98 6.95 10.94 -
YUV 76.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 112 55 92 0 0.51 0.18 0.56 321.05 0.34 0.33
Hex 70 37 5C 0 33 12 38 141 22 21
Octal 160 67 134 0 63 22 70 501 42 41
Binary 1110000 110111 1011100 0 110011 10010 111000 101000001 100010 100001

Color Harmonies of #70375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70375C

Black with #70375C

Text Example


Text Example

White with #70375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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