Html Css Color HEX #58115C Palatinate Purple

📋 copy color: '#58115C'

red 88 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #58115C

Tints of Palatinate Purple #58115C

RGB

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

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

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

R = 44.67%
G = 8.63%
B = 46.7%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58115C (or 0x58115C) is known color: Palatinate Purple. HEX triplet: 58, 11 and 5C. RGB value is (88,17,92). Sum of RGB (Red+Green+Blue) = 88+17+92=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #58115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115C is #A7EEA3. Grayscale: #2E2E2E. Windows color (decimal): -11005604 or 6033752. OLE color: 6033752.

HSL color Cylindrical-coordinate representation of color #58115C: hue angle of 296.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58115C is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 17 92 -
CMYK 0.04 0.82 0 0.64
HSL 296.8º 0.69% 0.21% -
HSV(B) 296.8º 0.82% 0.36% -
XYZ 6.16 3.25 10.43 -
YUV 46.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 88 17 92 0.04 0.82 0 0.64 296.8 0.69 0.21
Hex 58 11 5C 4 52 0 40 129 45 15
Octal 130 21 134 4 122 0 100 451 105 25
Binary 1011000 10001 1011100 100 1010010 0 1000000 100101001 1000101 10101

Color Harmonies of #58115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58115C

Black with #58115C

Text Example


Text Example

White with #58115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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