Html Css Color HEX #580459 Palatinate Purple

📋 copy color: '#580459'

red 88 ◦ green 4 ◦ blue 89

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

Shades of Palatinate Purple #580459

Tints of Palatinate Purple #580459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 48.62%
G = 2.21%
B = 49.17%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580459 (or 0x580459) is known color: Palatinate Purple. HEX triplet: 58, 04 and 59. RGB value is (88,4,89). Sum of RGB (Red+Green+Blue) = 88+4+89=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #580459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580459 is #A7FBA6. Grayscale: #262626. Windows color (decimal): -11008935 or 5833816. OLE color: 5833816.

HSL color Cylindrical-coordinate representation of color #580459: hue angle of 299.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580459 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 89 -
CMYK 0.01 0.96 0 0.65
HSL 299.29º 0.91% 0.18% -
HSV(B) 299.29º 0.96% 0.35% -
XYZ 5.87 2.88 9.7 -
YUV 38.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 88 4 89 0.01 0.96 0 0.65 299.29 0.91 0.18
Hex 58 4 59 1 60 0 41 12B 5B 12
Octal 130 4 131 1 140 0 101 453 133 22
Binary 1011000 100 1011001 1 1100000 0 1000001 100101011 1011011 10010

Color Harmonies of #580459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580459

Black with #580459

Text Example


Text Example

White with #580459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580459; }

 p { color: rgb(88,4,89); }

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

background-color css

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

 a { background-color: rgb(88,4,89); }

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

border-color css

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

 span { border-color: rgb(88,4,89); }

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