Html Css Color HEX #70075B Palatinate Purple

📋 copy color: '#70075B'

red 112 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #70075B

Tints of Palatinate Purple #70075B

RGB

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

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

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

R = 53.33%
G = 3.33%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70075B (or 0x70075B) is known color: Palatinate Purple. HEX triplet: 70, 07 and 5B. RGB value is (112,7,91). Sum of RGB (Red+Green+Blue) = 112+7+91=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075B is #8FF8A4. Grayscale: #2F2F2F. Windows color (decimal): -9435301 or 5965680. OLE color: 5965680.

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

Color convert

RGB 112 7 91 -
CMYK 0 0.94 0.19 0.56
HSL 312º 0.88% 0.23% -
HSV(B) 312º 0.94% 0.44% -
XYZ 8.65 4.35 10.28 -
YUV 47.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 112 7 91 0 0.94 0.19 0.56 312 0.88 0.23
Hex 70 7 5B 0 5E 13 38 138 58 17
Octal 160 7 133 0 136 23 70 470 130 27
Binary 1110000 111 1011011 0 1011110 10011 111000 100111000 1011000 10111

Color Harmonies of #70075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70075B

Black with #70075B

Text Example


Text Example

White with #70075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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