Html Css Color HEX #58115B Palatinate Purple

📋 copy color: '#58115B'

red 88 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #58115B

Tints of Palatinate Purple #58115B

RGB

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

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

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

R = 44.9%
G = 8.67%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58115B (or 0x58115B) is known color: Palatinate Purple. HEX triplet: 58, 11 and 5B. RGB value is (88,17,91). Sum of RGB (Red+Green+Blue) = 88+17+91=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #58115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115B is #A7EEA4. Grayscale: #2E2E2E. Windows color (decimal): -11005605 or 5968216. OLE color: 5968216.

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

Color convert

RGB 88 17 91 -
CMYK 0.03 0.81 0 0.64
HSL 297.57º 0.69% 0.21% -
HSV(B) 297.57º 0.81% 0.36% -
XYZ 6.11 3.23 10.2 -
YUV 46.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 88 17 91 0.03 0.81 0 0.64 297.57 0.69 0.21
Hex 58 11 5B 3 51 0 40 12A 45 15
Octal 130 21 133 3 121 0 100 452 105 25
Binary 1011000 10001 1011011 11 1010001 0 1000000 100101010 1000101 10101

Color Harmonies of #58115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58115B

Black with #58115B

Text Example


Text Example

White with #58115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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