Html Css Color HEX #70075C Palatinate Purple

📋 copy color: '#70075C'

red 112 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #70075C

Tints of Palatinate Purple #70075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 53.08%
G = 3.32%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70075C (or 0x70075C) is known color: Palatinate Purple. HEX triplet: 70, 07 and 5C. RGB value is (112,7,92). Sum of RGB (Red+Green+Blue) = 112+7+92=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075C is #8FF8A3. Grayscale: #2F2F2F. Windows color (decimal): -9435300 or 6031216. OLE color: 6031216.

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

Color convert

RGB 112 7 92 -
CMYK 0 0.94 0.18 0.56
HSL 311.43º 0.88% 0.23% -
HSV(B) 311.43º 0.94% 0.44% -
XYZ 8.69 4.37 10.51 -
YUV 48.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 112 7 92 0 0.94 0.18 0.56 311.43 0.88 0.23
Hex 70 7 5C 0 5E 12 38 137 58 17
Octal 160 7 134 0 136 22 70 467 130 27
Binary 1110000 111 1011100 0 1011110 10010 111000 100110111 1011000 10111

Color Harmonies of #70075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70075C

Black with #70075C

Text Example


Text Example

White with #70075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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