Html Css Color HEX #580858 Palatinate Purple

📋 copy color: '#580858'

red 88 ◦ green 8 ◦ blue 88

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

Shades of Palatinate Purple #580858

Tints of Palatinate Purple #580858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 47.83%
G = 4.35%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580858 (or 0x580858) is known color: Palatinate Purple. HEX triplet: 58, 08 and 58. RGB value is (88,8,88). Sum of RGB (Red+Green+Blue) = 88+8+88=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #580858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580858 is #A7F7A7. Grayscale: #282828. Windows color (decimal): -11007912 or 5769304. OLE color: 5769304.

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

Color convert

RGB 88 8 88 -
CMYK 0 0.91 0 0.65
HSL 300º 0.83% 0.19% -
HSV(B) 300º 0.91% 0.35% -
XYZ 5.87 2.95 9.49 -
YUV 41.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 88 8 88 0 0.91 0 0.65 300 0.83 0.19
Hex 58 8 58 0 5B 0 41 12C 53 13
Octal 130 10 130 0 133 0 101 454 123 23
Binary 1011000 1000 1011000 0 1011011 0 1000001 100101100 1010011 10011

Color Harmonies of #580858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580858

Black with #580858

Text Example


Text Example

White with #580858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580858; }

 p { color: rgb(88,8,88); }

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

background-color css

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

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

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

border-color css

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

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

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