Html Css Color HEX #580754 Palatinate Purple

📋 copy color: '#580754'

red 88 ◦ green 7 ◦ blue 84

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

Shades of Palatinate Purple #580754

Tints of Palatinate Purple #580754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 49.16%
G = 3.91%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#580754 (or 0x580754) is known color: Palatinate Purple. HEX triplet: 58, 07 and 54. RGB value is (88,7,84). Sum of RGB (Red+Green+Blue) = 88+7+84=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580754 is #A7F8AB. Grayscale: #272727. Windows color (decimal): -11008172 or 5506904. OLE color: 5506904.

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

Color convert

RGB 88 7 84 -
CMYK 0 0.92 0.05 0.65
HSL 302.96º 0.85% 0.19% -
HSV(B) 302.96º 0.92% 0.35% -
XYZ 5.7 2.87 8.64 -
YUV 40 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 88 7 84 0 0.92 0.05 0.65 302.96 0.85 0.19
Hex 58 7 54 0 5C 5 41 12F 55 13
Octal 130 7 124 0 134 5 101 457 125 23
Binary 1011000 111 1010100 0 1011100 101 1000001 100101111 1010101 10011

Color Harmonies of #580754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580754

Black with #580754

Text Example


Text Example

White with #580754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580754; }

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

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

background-color css

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

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

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

border-color css

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

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

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