Html Css Color HEX #580E5D Palatinate Purple

📋 copy color: '#580E5D'

red 88 ◦ green 14 ◦ blue 93

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

Shades of Palatinate Purple #580E5D

Tints of Palatinate Purple #580E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

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

R = 45.13%
G = 7.18%
B = 47.69%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#580E5D (or 0x580E5D) is known color: Palatinate Purple. HEX triplet: 58, 0E and 5D. RGB value is (88,14,93). Sum of RGB (Red+Green+Blue) = 88+14+93=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #580E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E5D is #A7F1A2. Grayscale: #2C2C2C. Windows color (decimal): -11006371 or 6098520. OLE color: 6098520.

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

Color convert

RGB 88 14 93 -
CMYK 0.05 0.85 0 0.64
HSL 296.2º 0.74% 0.21% -
HSV(B) 296.2º 0.85% 0.36% -
XYZ 6.16 3.18 10.65 -
YUV 45.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 88 14 93 0.05 0.85 0 0.64 296.2 0.74 0.21
Hex 58 E 5D 5 55 0 40 128 4A 15
Octal 130 16 135 5 125 0 100 450 112 25
Binary 1011000 1110 1011101 101 1010101 0 1000000 100101000 1001010 10101

Color Harmonies of #580E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E5D

Black with #580E5D

Text Example


Text Example

White with #580E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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