Html Css Color HEX #70275F Palatinate Purple

📋 copy color: '#70275F'

red 112 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #70275F

Tints of Palatinate Purple #70275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

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

R = 45.53%
G = 15.85%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70275F (or 0x70275F) is known color: Palatinate Purple. HEX triplet: 70, 27 and 5F. RGB value is (112,39,95). Sum of RGB (Red+Green+Blue) = 112+39+95=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275F is #8FD8A0. Grayscale: #434343. Windows color (decimal): -9427105 or 6236016. OLE color: 6236016.

HSL color Cylindrical-coordinate representation of color #70275F: hue angle of 313.97º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70275F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 95 -
CMYK 0 0.65 0.15 0.56
HSL 313.97º 0.48% 0.3% -
HSV(B) 313.97º 0.65% 0.44% -
XYZ 9.47 5.72 11.43 -
YUV 67.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 112 39 95 0 0.65 0.15 0.56 313.97 0.48 0.3
Hex 70 27 5F 0 41 F 38 13A 30 1E
Octal 160 47 137 0 101 17 70 472 60 36
Binary 1110000 100111 1011111 0 1000001 1111 111000 100111010 110000 11110

Color Harmonies of #70275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70275F

Black with #70275F

Text Example


Text Example

White with #70275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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