Html Css Color HEX #70055F Palatinate Purple

📋 copy color: '#70055F'

red 112 ◦ green 5 ◦ blue 95

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

Shades of Palatinate Purple #70055F

Tints of Palatinate Purple #70055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 52.83%
G = 2.36%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70055F (or 0x70055F) is known color: Palatinate Purple. HEX triplet: 70, 05 and 5F. RGB value is (112,5,95). Sum of RGB (Red+Green+Blue) = 112+5+95=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70055F is #8FFAA0. Grayscale: #2F2F2F. Windows color (decimal): -9435809 or 6227312. OLE color: 6227312.

HSL color Cylindrical-coordinate representation of color #70055F: hue angle of 309.53º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70055F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 95 -
CMYK 0 0.96 0.15 0.56
HSL 309.53º 0.91% 0.23% -
HSV(B) 309.53º 0.96% 0.44% -
XYZ 8.8 4.38 11.21 -
YUV 47.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 112 5 95 0 0.96 0.15 0.56 309.53 0.91 0.23
Hex 70 5 5F 0 60 F 38 136 5B 17
Octal 160 5 137 0 140 17 70 466 133 27
Binary 1110000 101 1011111 0 1100000 1111 111000 100110110 1011011 10111

Color Harmonies of #70055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70055F

Black with #70055F

Text Example


Text Example

White with #70055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70055F; }

 p { color: rgb(112,5,95); }

 H1.HeaderClassName
 {
   color: #70055F;
 }
 .AnyTagClassName
 {
   color: #70055F;
 }
</style>

background-color css

<style>
 a { background-color: #70055F; }

 a { background-color: rgb(112,5,95); }

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

border-color css

<style>
 span { border-color: #70055F; }

 span { border-color: rgb(112,5,95); }

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