Html Css Color HEX #70335F Palatinate Purple

📋 copy color: '#70335F'

red 112 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #70335F

Tints of Palatinate Purple #70335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 43.41%
G = 19.77%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70335F (or 0x70335F) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5F. RGB value is (112,51,95). Sum of RGB (Red+Green+Blue) = 112+51+95=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335F is #8FCCA0. Grayscale: #4A4A4A. Windows color (decimal): -9424033 or 6239088. OLE color: 6239088.

HSL color Cylindrical-coordinate representation of color #70335F: hue angle of 316.72º 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 #70335F is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 95 -
CMYK 0 0.54 0.15 0.56
HSL 316.72º 0.37% 0.32% -
HSV(B) 316.72º 0.54% 0.44% -
XYZ 9.93 6.64 11.58 -
YUV 74.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 112 51 95 0 0.54 0.15 0.56 316.72 0.37 0.32
Hex 70 33 5F 0 36 F 38 13D 25 20
Octal 160 63 137 0 66 17 70 475 45 40
Binary 1110000 110011 1011111 0 110110 1111 111000 100111101 100101 100000

Color Harmonies of #70335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70335F

Black with #70335F

Text Example


Text Example

White with #70335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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