Html Css Color HEX #70336A Palatinate Purple

📋 copy color: '#70336A'

red 112 ◦ green 51 ◦ blue 106

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

Shades of Palatinate Purple #70336A

Tints of Palatinate Purple #70336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 41.64%
G = 18.96%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70336A (or 0x70336A) is known color: Palatinate Purple. HEX triplet: 70, 33 and 6A. RGB value is (112,51,106). Sum of RGB (Red+Green+Blue) = 112+51+106=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70336A is #8FCC95. Grayscale: #4B4B4B. Windows color (decimal): -9424022 or 6959984. OLE color: 6959984.

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

Color convert

RGB 112 51 106 -
CMYK 0 0.54 0.05 0.56
HSL 305.9º 0.37% 0.32% -
HSV(B) 305.9º 0.54% 0.44% -
XYZ 10.47 6.85 14.41 -
YUV 75.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 112 51 106 0 0.54 0.05 0.56 305.9 0.37 0.32
Hex 70 33 6A 0 36 5 38 132 25 20
Octal 160 63 152 0 66 5 70 462 45 40
Binary 1110000 110011 1101010 0 110110 101 111000 100110010 100101 100000

Color Harmonies of #70336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70336A

Black with #70336A

Text Example


Text Example

White with #70336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70336A; }

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

 H1.HeaderClassName
 {
   color: #70336A;
 }
 .AnyTagClassName
 {
   color: #70336A;
 }
</style>

background-color css

<style>
 a { background-color: #70336A; }

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

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

border-color css

<style>
 span { border-color: #70336A; }

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

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