Html Css Color HEX #58055A Palatinate Purple

📋 copy color: '#58055A'

red 88 ◦ green 5 ◦ blue 90

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

Shades of Palatinate Purple #58055A

Tints of Palatinate Purple #58055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 48.09%
G = 2.73%
B = 49.18%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58055A (or 0x58055A) is known color: Palatinate Purple. HEX triplet: 58, 05 and 5A. RGB value is (88,5,90). Sum of RGB (Red+Green+Blue) = 88+5+90=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #58055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58055A is #A7FAA5. Grayscale: #272727. Windows color (decimal): -11008678 or 5899608. OLE color: 5899608.

HSL color Cylindrical-coordinate representation of color #58055A: hue angle of 298.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58055A is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 90 -
CMYK 0.02 0.94 0 0.65
HSL 298.59º 0.89% 0.19% -
HSV(B) 298.59º 0.94% 0.35% -
XYZ 5.92 2.92 9.92 -
YUV 39.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 88 5 90 0.02 0.94 0 0.65 298.59 0.89 0.19
Hex 58 5 5A 2 5E 0 41 12B 59 13
Octal 130 5 132 2 136 0 101 453 131 23
Binary 1011000 101 1011010 10 1011110 0 1000001 100101011 1011001 10011

Color Harmonies of #58055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58055A

Black with #58055A

Text Example


Text Example

White with #58055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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