Html Css Color HEX #580460 Palatinate Purple

📋 copy color: '#580460'

red 88 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #580460

Tints of Palatinate Purple #580460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 46.81%
G = 2.13%
B = 51.06%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580460 (or 0x580460) is known color: Palatinate Purple. HEX triplet: 58, 04 and 60. RGB value is (88,4,96). Sum of RGB (Red+Green+Blue) = 88+4+96=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #580460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580460 is #A7FB9F. Grayscale: #272727. Windows color (decimal): -11008928 or 6292568. OLE color: 6292568.

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

Color convert

RGB 88 4 96 -
CMYK 0.08 0.96 0 0.62
HSL 294.78º 0.92% 0.2% -
HSV(B) 294.78º 0.96% 0.38% -
XYZ 6.18 3.01 11.32 -
YUV 39.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 88 4 96 0.08 0.96 0 0.62 294.78 0.92 0.2
Hex 58 4 60 8 60 0 3E 127 5C 14
Octal 130 4 140 10 140 0 76 447 134 24
Binary 1011000 100 1100000 1000 1100000 0 111110 100100111 1011100 10100

Color Harmonies of #580460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580460

Black with #580460

Text Example


Text Example

White with #580460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580460; }

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

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

background-color css

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

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

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

border-color css

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

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

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