Html Css Color HEX #70275E Palatinate Purple

📋 copy color: '#70275E'

red 112 ◦ green 39 ◦ blue 94

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

Shades of Palatinate Purple #70275E

Tints of Palatinate Purple #70275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 45.71%
G = 15.92%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70275E (or 0x70275E) is known color: Palatinate Purple. HEX triplet: 70, 27 and 5E. RGB value is (112,39,94). Sum of RGB (Red+Green+Blue) = 112+39+94=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275E is #8FD8A1. Grayscale: #424242. Windows color (decimal): -9427106 or 6170480. OLE color: 6170480.

HSL color Cylindrical-coordinate representation of color #70275E: hue angle of 314.79º 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 #70275E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 94 -
CMYK 0 0.65 0.16 0.56
HSL 314.79º 0.48% 0.3% -
HSV(B) 314.79º 0.65% 0.44% -
XYZ 9.43 5.7 11.19 -
YUV 67.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 112 39 94 0 0.65 0.16 0.56 314.79 0.48 0.3
Hex 70 27 5E 0 41 10 38 13B 30 1E
Octal 160 47 136 0 101 20 70 473 60 36
Binary 1110000 100111 1011110 0 1000001 10000 111000 100111011 110000 11110

Color Harmonies of #70275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70275E

Black with #70275E

Text Example


Text Example

White with #70275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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