Html Css Color HEX #70075A Palatinate Purple

📋 copy color: '#70075A'

red 112 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #70075A

Tints of Palatinate Purple #70075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 53.59%
G = 3.35%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70075A (or 0x70075A) is known color: Palatinate Purple. HEX triplet: 70, 07 and 5A. RGB value is (112,7,90). Sum of RGB (Red+Green+Blue) = 112+7+90=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075A is #8FF8A5. Grayscale: #2F2F2F. Windows color (decimal): -9435302 or 5900144. OLE color: 5900144.

HSL color Cylindrical-coordinate representation of color #70075A: hue angle of 312.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70075A is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 90 -
CMYK 0 0.94 0.20 0.56
HSL 312.57º 0.88% 0.23% -
HSV(B) 312.57º 0.94% 0.44% -
XYZ 8.6 4.33 10.06 -
YUV 47.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 112 7 90 0 0.94 0.20 0.56 312.57 0.88 0.23
Hex 70 7 5A 0 5E 14 38 139 58 17
Octal 160 7 132 0 136 24 70 471 130 27
Binary 1110000 111 1011010 0 1011110 10100 111000 100111001 1011000 10111

Color Harmonies of #70075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70075A

Black with #70075A

Text Example


Text Example

White with #70075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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