Html Css Color HEX #580861 Palatinate Purple

📋 copy color: '#580861'

red 88 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #580861

Tints of Palatinate Purple #580861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 45.6%
G = 4.15%
B = 50.26%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580861 (or 0x580861) is known color: Palatinate Purple. HEX triplet: 58, 08 and 61. RGB value is (88,8,97). Sum of RGB (Red+Green+Blue) = 88+8+97=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #580861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580861 is #A7F79E. Grayscale: #292929. Windows color (decimal): -11007903 or 6359128. OLE color: 6359128.

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

Color convert

RGB 88 8 97 -
CMYK 0.09 0.92 0 0.62
HSL 293.93º 0.85% 0.21% -
HSV(B) 293.93º 0.92% 0.38% -
XYZ 6.27 3.11 11.58 -
YUV 42.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 88 8 97 0.09 0.92 0 0.62 293.93 0.85 0.21
Hex 58 8 61 9 5C 0 3E 126 55 15
Octal 130 10 141 11 134 0 76 446 125 25
Binary 1011000 1000 1100001 1001 1011100 0 111110 100100110 1010101 10101

Color Harmonies of #580861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580861

Black with #580861

Text Example


Text Example

White with #580861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580861; }

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

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

background-color css

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

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

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

border-color css

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

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

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