Html Css Color HEX #70326A Palatinate Purple

📋 copy color: '#70326A'

red 112 ◦ green 50 ◦ blue 106

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

Shades of Palatinate Purple #70326A

Tints of Palatinate Purple #70326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 41.79%
G = 18.66%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70326A (or 0x70326A) is known color: Palatinate Purple. HEX triplet: 70, 32 and 6A. RGB value is (112,50,106). Sum of RGB (Red+Green+Blue) = 112+50+106=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70326A is #8FCD95. Grayscale: #4A4A4A. Windows color (decimal): -9424278 or 6959728. OLE color: 6959728.

HSL color Cylindrical-coordinate representation of color #70326A: hue angle of 305.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70326A is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 106 -
CMYK 0 0.55 0.05 0.56
HSL 305.81º 0.38% 0.32% -
HSV(B) 305.81º 0.55% 0.44% -
XYZ 10.42 6.77 14.39 -
YUV 74.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 112 50 106 0 0.55 0.05 0.56 305.81 0.38 0.32
Hex 70 32 6A 0 37 5 38 132 26 20
Octal 160 62 152 0 67 5 70 462 46 40
Binary 1110000 110010 1101010 0 110111 101 111000 100110010 100110 100000

Color Harmonies of #70326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70326A

Black with #70326A

Text Example


Text Example

White with #70326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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