Html Css Color HEX #70246D Palatinate Purple

📋 copy color: '#70246D'

red 112 ◦ green 36 ◦ blue 109

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

Shades of Palatinate Purple #70246D

Tints of Palatinate Purple #70246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 43.58%
G = 14.01%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70246D (or 0x70246D) is known color: Palatinate Purple. HEX triplet: 70, 24 and 6D. RGB value is (112,36,109). Sum of RGB (Red+Green+Blue) = 112+36+109=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70246D is #8FDB92. Grayscale: #424242. Windows color (decimal): -9427859 or 7152752. OLE color: 7152752.

HSL color Cylindrical-coordinate representation of color #70246D: hue angle of 302.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70246D is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 109 -
CMYK 0 0.68 0.03 0.56
HSL 302.37º 0.51% 0.29% -
HSV(B) 302.37º 0.68% 0.44% -
XYZ 10.07 5.81 15.06 -
YUV 67.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 112 36 109 0 0.68 0.03 0.56 302.37 0.51 0.29
Hex 70 24 6D 0 44 3 38 12E 33 1D
Octal 160 44 155 0 104 3 70 456 63 35
Binary 1110000 100100 1101101 0 1000100 11 111000 100101110 110011 11101

Color Harmonies of #70246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70246D

Black with #70246D

Text Example


Text Example

White with #70246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,36,109); }

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

background-color css

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

 a { background-color: rgb(112,36,109); }

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

border-color css

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

 span { border-color: rgb(112,36,109); }

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