Html Css Color HEX #70256D Palatinate Purple

📋 copy color: '#70256D'

red 112 ◦ green 37 ◦ blue 109

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

Shades of Palatinate Purple #70256D

Tints of Palatinate Purple #70256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 43.41%
G = 14.34%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70256D (or 0x70256D) is known color: Palatinate Purple. HEX triplet: 70, 25 and 6D. RGB value is (112,37,109). Sum of RGB (Red+Green+Blue) = 112+37+109=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256D is #8FDA92. Grayscale: #434343. Windows color (decimal): -9427603 or 7153008. OLE color: 7153008.

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

Color convert

RGB 112 37 109 -
CMYK 0 0.67 0.03 0.56
HSL 302.4º 0.5% 0.29% -
HSV(B) 302.4º 0.67% 0.44% -
XYZ 10.1 5.87 15.07 -
YUV 67.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 112 37 109 0 0.67 0.03 0.56 302.4 0.5 0.29
Hex 70 25 6D 0 43 3 38 12E 32 1D
Octal 160 45 155 0 103 3 70 456 62 35
Binary 1110000 100101 1101101 0 1000011 11 111000 100101110 110010 11101

Color Harmonies of #70256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70256D

Black with #70256D

Text Example


Text Example

White with #70256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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