Html Css Color HEX #58005E Palatinate Purple

📋 copy color: '#58005E'

red 88 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #58005E

Tints of Palatinate Purple #58005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 48.35%
G = 0%
B = 51.65%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58005E (or 0x58005E) is known color: Palatinate Purple. HEX triplet: 58, 00 and 5E. RGB value is (88,0,94). Sum of RGB (Red+Green+Blue) = 88+0+94=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #58005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58005E is #A7FFA1. Grayscale: #242424. Windows color (decimal): -11009954 or 6160472. OLE color: 6160472.

HSL color Cylindrical-coordinate representation of color #58005E: hue angle of 296.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58005E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 0 94 -
CMYK 0.06 1 0 0.63
HSL 296.17º 1% 0.18% -
HSV(B) 296.17º 1% 0.37% -
XYZ 6.04 2.88 10.83 -
YUV 37.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 88 0 94 0.06 1 0 0.63 296.17 1 0.18
Hex 58 0 5E 6 64 0 3F 128 64 12
Octal 130 0 136 6 144 0 77 450 144 22
Binary 1011000 0 1011110 110 1100100 0 111111 100101000 1100100 10010

Color Harmonies of #58005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58005E

Black with #58005E

Text Example


Text Example

White with #58005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58005E; }

 p { color: rgb(88,0,94); }

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

background-color css

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

 a { background-color: rgb(88,0,94); }

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

border-color css

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

 span { border-color: rgb(88,0,94); }

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