Html Css Color HEX #580562 Palatinate Purple

📋 copy color: '#580562'

red 88 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #580562

Tints of Palatinate Purple #580562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 98 (38.67% from 255) = 51.31%

R = 46.07%
G = 2.62%
B = 51.31%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580562 (or 0x580562) is known color: Palatinate Purple. HEX triplet: 58, 05 and 62. RGB value is (88,5,98). Sum of RGB (Red+Green+Blue) = 88+5+98=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #580562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580562 is #A7FA9D. Grayscale: #282828. Windows color (decimal): -11008670 or 6423896. OLE color: 6423896.

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

Color convert

RGB 88 5 98 -
CMYK 0.10 0.95 0 0.62
HSL 293.55º 0.9% 0.2% -
HSV(B) 293.55º 0.95% 0.38% -
XYZ 6.28 3.07 11.82 -
YUV 40.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 88 5 98 0.10 0.95 0 0.62 293.55 0.9 0.2
Hex 58 5 62 A 5F 0 3E 126 5A 14
Octal 130 5 142 12 137 0 76 446 132 24
Binary 1011000 101 1100010 1010 1011111 0 111110 100100110 1011010 10100

Color Harmonies of #580562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580562

Black with #580562

Text Example


Text Example

White with #580562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580562; }

 p { color: rgb(88,5,98); }

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

background-color css

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

 a { background-color: rgb(88,5,98); }

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

border-color css

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

 span { border-color: rgb(88,5,98); }

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