Html Css Color HEX #70275A Palatinate Purple

📋 copy color: '#70275A'

red 112 ◦ green 39 ◦ blue 90

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

Shades of Palatinate Purple #70275A

Tints of Palatinate Purple #70275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 46.47%
G = 16.18%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70275A (or 0x70275A) is known color: Palatinate Purple. HEX triplet: 70, 27 and 5A. RGB value is (112,39,90). Sum of RGB (Red+Green+Blue) = 112+39+90=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275A is #8FD8A5. Grayscale: #424242. Windows color (decimal): -9427110 or 5908336. OLE color: 5908336.

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

Color convert

RGB 112 39 90 -
CMYK 0 0.65 0.20 0.56
HSL 318.08º 0.48% 0.3% -
HSV(B) 318.08º 0.65% 0.44% -
XYZ 9.25 5.63 10.27 -
YUV 66.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 112 39 90 0 0.65 0.20 0.56 318.08 0.48 0.3
Hex 70 27 5A 0 41 14 38 13E 30 1E
Octal 160 47 132 0 101 24 70 476 60 36
Binary 1110000 100111 1011010 0 1000001 10100 111000 100111110 110000 11110

Color Harmonies of #70275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70275A

Black with #70275A

Text Example


Text Example

White with #70275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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