Html Css Color HEX #58115E Palatinate Purple

📋 copy color: '#58115E'

red 88 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #58115E

Tints of Palatinate Purple #58115E

RGB

 RED value IS 88 (34.77% from 255) = 44.22%

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 44.22%
G = 8.54%
B = 47.24%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58115E (or 0x58115E) is known color: Palatinate Purple. HEX triplet: 58, 11 and 5E. RGB value is (88,17,94). Sum of RGB (Red+Green+Blue) = 88+17+94=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #58115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115E is #A7EEA1. Grayscale: #2E2E2E. Windows color (decimal): -11005602 or 6164824. OLE color: 6164824.

HSL color Cylindrical-coordinate representation of color #58115E: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58115E is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 17 94 -
CMYK 0.06 0.82 0 0.63
HSL 295.32º 0.69% 0.22% -
HSV(B) 295.32º 0.82% 0.37% -
XYZ 6.25 3.28 10.89 -
YUV 47.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 88 17 94 0.06 0.82 0 0.63 295.32 0.69 0.22
Hex 58 11 5E 6 52 0 3F 127 45 16
Octal 130 21 136 6 122 0 77 447 105 26
Binary 1011000 10001 1011110 110 1010010 0 111111 100100111 1000101 10110

Color Harmonies of #58115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58115E

Black with #58115E

Text Example


Text Example

White with #58115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58115E; }

 p { color: rgb(88,17,94); }

 H1.HeaderClassName
 {
   color: #58115E;
 }
 .AnyTagClassName
 {
   color: #58115E;
 }
</style>

background-color css

<style>
 a { background-color: #58115E; }

 a { background-color: rgb(88,17,94); }

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

border-color css

<style>
 span { border-color: #58115E; }

 span { border-color: rgb(88,17,94); }

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