Html Css Color HEX #580159 Palatinate Purple

📋 copy color: '#580159'

red 88 ◦ green 1 ◦ blue 89

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

Shades of Palatinate Purple #580159

Tints of Palatinate Purple #580159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 49.44%
G = 0.56%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580159 (or 0x580159) is known color: Palatinate Purple. HEX triplet: 58, 01 and 59. RGB value is (88,1,89). Sum of RGB (Red+Green+Blue) = 88+1+89=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #580159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580159 is #A7FEA6. Grayscale: #242424. Windows color (decimal): -11009703 or 5833048. OLE color: 5833048.

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

Color convert

RGB 88 1 89 -
CMYK 0.01 0.99 0 0.65
HSL 299.32º 0.98% 0.18% -
HSV(B) 299.32º 0.99% 0.35% -
XYZ 5.84 2.82 9.69 -
YUV 37.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 88 1 89 0.01 0.99 0 0.65 299.32 0.98 0.18
Hex 58 1 59 1 63 0 41 12B 62 12
Octal 130 1 131 1 143 0 101 453 142 22
Binary 1011000 1 1011001 1 1100011 0 1000001 100101011 1100010 10010

Color Harmonies of #580159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580159

Black with #580159

Text Example


Text Example

White with #580159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580159; }

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

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

background-color css

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

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

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

border-color css

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

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

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