Html Css Color HEX #580454 Palatinate Purple

📋 copy color: '#580454'

red 88 ◦ green 4 ◦ blue 84

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

Shades of Palatinate Purple #580454

Tints of Palatinate Purple #580454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

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

R = 50%
G = 2.27%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#580454 (or 0x580454) is known color: Palatinate Purple. HEX triplet: 58, 04 and 54. RGB value is (88,4,84). Sum of RGB (Red+Green+Blue) = 88+4+84=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580454 is #A7FBAB. Grayscale: #262626. Windows color (decimal): -11008940 or 5506136. OLE color: 5506136.

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

Color convert

RGB 88 4 84 -
CMYK 0 0.95 0.05 0.65
HSL 302.86º 0.91% 0.18% -
HSV(B) 302.86º 0.95% 0.35% -
XYZ 5.67 2.8 8.63 -
YUV 38.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 88 4 84 0 0.95 0.05 0.65 302.86 0.91 0.18
Hex 58 4 54 0 5F 5 41 12F 5B 12
Octal 130 4 124 0 137 5 101 457 133 22
Binary 1011000 100 1010100 0 1011111 101 1000001 100101111 1011011 10010

Color Harmonies of #580454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580454

Black with #580454

Text Example


Text Example

White with #580454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580454; }

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

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

background-color css

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

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

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

border-color css

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

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

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