Html Css Color HEX #70275B Palatinate Purple

📋 copy color: '#70275B'

red 112 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #70275B

Tints of Palatinate Purple #70275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 46.28%
G = 16.12%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70275B (or 0x70275B) is known color: Palatinate Purple. HEX triplet: 70, 27 and 5B. RGB value is (112,39,91). Sum of RGB (Red+Green+Blue) = 112+39+91=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275B is #8FD8A4. Grayscale: #424242. Windows color (decimal): -9427109 or 5973872. OLE color: 5973872.

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

Color convert

RGB 112 39 91 -
CMYK 0 0.65 0.19 0.56
HSL 317.26º 0.48% 0.3% -
HSV(B) 317.26º 0.65% 0.44% -
XYZ 9.3 5.65 10.5 -
YUV 66.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 112 39 91 0 0.65 0.19 0.56 317.26 0.48 0.3
Hex 70 27 5B 0 41 13 38 13D 30 1E
Octal 160 47 133 0 101 23 70 475 60 36
Binary 1110000 100111 1011011 0 1000001 10011 111000 100111101 110000 11110

Color Harmonies of #70275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70275B

Black with #70275B

Text Example


Text Example

White with #70275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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