Html Css Color HEX #580863 Palatinate Purple

📋 copy color: '#580863'

red 88 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #580863

Tints of Palatinate Purple #580863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 45.13%
G = 4.1%
B = 50.77%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#580863 (or 0x580863) is known color: Palatinate Purple. HEX triplet: 58, 08 and 63. RGB value is (88,8,99). Sum of RGB (Red+Green+Blue) = 88+8+99=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #580863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580863 is #A7F79C. Grayscale: #2A2A2A. Windows color (decimal): -11007901 or 6490200. OLE color: 6490200.

HSL color Cylindrical-coordinate representation of color #580863: hue angle of 292.75º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580863 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 8 99 -
CMYK 0.11 0.92 0 0.61
HSL 292.75º 0.85% 0.21% -
HSV(B) 292.75º 0.92% 0.39% -
XYZ 6.36 3.15 12.08 -
YUV 42.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 88 8 99 0.11 0.92 0 0.61 292.75 0.85 0.21
Hex 58 8 63 B 5C 0 3D 125 55 15
Octal 130 10 143 13 134 0 75 445 125 25
Binary 1011000 1000 1100011 1011 1011100 0 111101 100100101 1010101 10101

Color Harmonies of #580863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580863

Black with #580863

Text Example


Text Example

White with #580863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580863; }

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

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

background-color css

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

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

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

border-color css

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

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

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