Html Css Color HEX #58005B Palatinate Purple

📋 copy color: '#58005B'

red 88 ◦ green 0 ◦ blue 91

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

Shades of Palatinate Purple #58005B

Tints of Palatinate Purple #58005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.16%
G = 0%
B = 50.84%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58005B (or 0x58005B) is known color: Palatinate Purple. HEX triplet: 58, 00 and 5B. RGB value is (88,0,91). Sum of RGB (Red+Green+Blue) = 88+0+91=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #58005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58005B is #A7FFA4. Grayscale: #242424. Windows color (decimal): -11009957 or 5963864. OLE color: 5963864.

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

Color convert

RGB 88 0 91 -
CMYK 0.03 1 0 0.64
HSL 298.02º 1% 0.18% -
HSV(B) 298.02º 1% 0.36% -
XYZ 5.91 2.83 10.13 -
YUV 36.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 88 0 91 0.03 1 0 0.64 298.02 1 0.18
Hex 58 0 5B 3 64 0 40 12A 64 12
Octal 130 0 133 3 144 0 100 452 144 22
Binary 1011000 0 1011011 11 1100100 0 1000000 100101010 1100100 10010

Color Harmonies of #58005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58005B

Black with #58005B

Text Example


Text Example

White with #58005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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