Html Css Color HEX #58045B Palatinate Purple

📋 copy color: '#58045B'

red 88 ◦ green 4 ◦ blue 91

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

Shades of Palatinate Purple #58045B

Tints of Palatinate Purple #58045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 48.09%
G = 2.19%
B = 49.73%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58045B (or 0x58045B) is known color: Palatinate Purple. HEX triplet: 58, 04 and 5B. RGB value is (88,4,91). Sum of RGB (Red+Green+Blue) = 88+4+91=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #58045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045B is #A7FBA4. Grayscale: #262626. Windows color (decimal): -11008933 or 5964888. OLE color: 5964888.

HSL color Cylindrical-coordinate representation of color #58045B: hue angle of 297.93º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58045B is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 4 91 -
CMYK 0.03 0.96 0 0.64
HSL 297.93º 0.92% 0.19% -
HSV(B) 297.93º 0.96% 0.36% -
XYZ 5.96 2.92 10.15 -
YUV 39.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 88 4 91 0.03 0.96 0 0.64 297.93 0.92 0.19
Hex 58 4 5B 3 60 0 40 12A 5C 13
Octal 130 4 133 3 140 0 100 452 134 23
Binary 1011000 100 1011011 11 1100000 0 1000000 100101010 1011100 10011

Color Harmonies of #58045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58045B

Black with #58045B

Text Example


Text Example

White with #58045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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