Html Css Color HEX #580E4F Palatinate Purple

📋 copy color: '#580E4F'

red 88 ◦ green 14 ◦ blue 79

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

Shades of Palatinate Purple #580E4F

Tints of Palatinate Purple #580E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 48.62%
G = 7.73%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#580E4F (or 0x580E4F) is known color: Palatinate Purple. HEX triplet: 58, 0E and 4F. RGB value is (88,14,79). Sum of RGB (Red+Green+Blue) = 88+14+79=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #580E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E4F is #A7F1B0. Grayscale: #2B2B2B. Windows color (decimal): -11006385 or 5181016. OLE color: 5181016.

HSL color Cylindrical-coordinate representation of color #580E4F: hue angle of 307.3º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E4F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 79 -
CMYK 0 0.84 0.10 0.65
HSL 307.3º 0.73% 0.2% -
HSV(B) 307.3º 0.84% 0.35% -
XYZ 5.59 2.95 7.67 -
YUV 43.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 88 14 79 0 0.84 0.10 0.65 307.3 0.73 0.2
Hex 58 E 4F 0 54 A 41 133 49 14
Octal 130 16 117 0 124 12 101 463 111 24
Binary 1011000 1110 1001111 0 1010100 1010 1000001 100110011 1001001 10100

Color Harmonies of #580E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E4F

Black with #580E4F

Text Example


Text Example

White with #580E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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