Html Css Color HEX #70335D Palatinate Purple

📋 copy color: '#70335D'

red 112 ◦ green 51 ◦ blue 93

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

Shades of Palatinate Purple #70335D

Tints of Palatinate Purple #70335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 43.75%
G = 19.92%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70335D (or 0x70335D) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5D. RGB value is (112,51,93). Sum of RGB (Red+Green+Blue) = 112+51+93=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335D is #8FCCA2. Grayscale: #494949. Windows color (decimal): -9424035 or 6108016. OLE color: 6108016.

HSL color Cylindrical-coordinate representation of color #70335D: hue angle of 318.69º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70335D is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 93 -
CMYK 0 0.54 0.17 0.56
HSL 318.69º 0.37% 0.32% -
HSV(B) 318.69º 0.54% 0.44% -
XYZ 9.84 6.6 11.11 -
YUV 74.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 112 51 93 0 0.54 0.17 0.56 318.69 0.37 0.32
Hex 70 33 5D 0 36 11 38 13F 25 20
Octal 160 63 135 0 66 21 70 477 45 40
Binary 1110000 110011 1011101 0 110110 10001 111000 100111111 100101 100000

Color Harmonies of #70335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70335D

Black with #70335D

Text Example


Text Example

White with #70335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70335D; }

 p { color: rgb(112,51,93); }

 H1.HeaderClassName
 {
   color: #70335D;
 }
 .AnyTagClassName
 {
   color: #70335D;
 }
</style>

background-color css

<style>
 a { background-color: #70335D; }

 a { background-color: rgb(112,51,93); }

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

border-color css

<style>
 span { border-color: #70335D; }

 span { border-color: rgb(112,51,93); }

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