Html Css Color HEX #580B5D Palatinate Purple

📋 copy color: '#580B5D'

red 88 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #580B5D

Tints of Palatinate Purple #580B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.73%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 45.83%
G = 5.73%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#580B5D (or 0x580B5D) is known color: Palatinate Purple. HEX triplet: 58, 0B and 5D. RGB value is (88,11,93). Sum of RGB (Red+Green+Blue) = 88+11+93=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #580B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B5D is #A7F4A2. Grayscale: #2B2B2B. Windows color (decimal): -11007139 or 6097752. OLE color: 6097752.

HSL color Cylindrical-coordinate representation of color #580B5D: hue angle of 296.34º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B5D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 11 93 -
CMYK 0.05 0.88 0 0.64
HSL 296.34º 0.79% 0.2% -
HSV(B) 296.34º 0.88% 0.36% -
XYZ 6.12 3.1 10.63 -
YUV 43.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 88 11 93 0.05 0.88 0 0.64 296.34 0.79 0.2
Hex 58 B 5D 5 58 0 40 128 4F 14
Octal 130 13 135 5 130 0 100 450 117 24
Binary 1011000 1011 1011101 101 1011000 0 1000000 100101000 1001111 10100

Color Harmonies of #580B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B5D

Black with #580B5D

Text Example


Text Example

White with #580B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580B5D; }

 p { color: rgb(88,11,93); }

 H1.HeaderClassName
 {
   color: #580B5D;
 }
 .AnyTagClassName
 {
   color: #580B5D;
 }
</style>

background-color css

<style>
 a { background-color: #580B5D; }

 a { background-color: rgb(88,11,93); }

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

border-color css

<style>
 span { border-color: #580B5D; }

 span { border-color: rgb(88,11,93); }

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