Html Css Color HEX #580854 Palatinate Purple

📋 copy color: '#580854'

red 88 ◦ green 8 ◦ blue 84

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

Shades of Palatinate Purple #580854

Tints of Palatinate Purple #580854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 48.89%
G = 4.44%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#580854 (or 0x580854) is known color: Palatinate Purple. HEX triplet: 58, 08 and 54. RGB value is (88,8,84). Sum of RGB (Red+Green+Blue) = 88+8+84=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #580854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580854 is #A7F7AB. Grayscale: #282828. Windows color (decimal): -11007916 or 5507160. OLE color: 5507160.

HSL color Cylindrical-coordinate representation of color #580854: hue angle of 303º 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 #580854 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 84 -
CMYK 0 0.91 0.05 0.65
HSL 303º 0.83% 0.19% -
HSV(B) 303º 0.91% 0.35% -
XYZ 5.71 2.89 8.64 -
YUV 40.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 88 8 84 0 0.91 0.05 0.65 303 0.83 0.19
Hex 58 8 54 0 5B 5 41 12F 53 13
Octal 130 10 124 0 133 5 101 457 123 23
Binary 1011000 1000 1010100 0 1011011 101 1000001 100101111 1010011 10011

Color Harmonies of #580854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580854

Black with #580854

Text Example


Text Example

White with #580854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580854; }

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

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

background-color css

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

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

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

border-color css

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

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

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