Html Css Color HEX #580E5C Palatinate Purple

📋 copy color: '#580E5C'

red 88 ◦ green 14 ◦ blue 92

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

Shades of Palatinate Purple #580E5C

Tints of Palatinate Purple #580E5C

RGB

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

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

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

R = 45.36%
G = 7.22%
B = 47.42%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#580E5C (or 0x580E5C) is known color: Palatinate Purple. HEX triplet: 58, 0E and 5C. RGB value is (88,14,92). Sum of RGB (Red+Green+Blue) = 88+14+92=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #580E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E5C is #A7F1A3. Grayscale: #2C2C2C. Windows color (decimal): -11006372 or 6032984. OLE color: 6032984.

HSL color Cylindrical-coordinate representation of color #580E5C: hue angle of 296.92º 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 #580E5C is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 14 92 -
CMYK 0.04 0.85 0 0.64
HSL 296.92º 0.74% 0.21% -
HSV(B) 296.92º 0.85% 0.36% -
XYZ 6.11 3.16 10.41 -
YUV 45.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 88 14 92 0.04 0.85 0 0.64 296.92 0.74 0.21
Hex 58 E 5C 4 55 0 40 129 4A 15
Octal 130 16 134 4 125 0 100 451 112 25
Binary 1011000 1110 1011100 100 1010101 0 1000000 100101001 1001010 10101

Color Harmonies of #580E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E5C

Black with #580E5C

Text Example


Text Example

White with #580E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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