Html Css Color HEX #58015E Palatinate Purple

📋 copy color: '#58015E'

red 88 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #58015E

Tints of Palatinate Purple #58015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 48.09%
G = 0.55%
B = 51.37%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58015E (or 0x58015E) is known color: Palatinate Purple. HEX triplet: 58, 01 and 5E. RGB value is (88,1,94). Sum of RGB (Red+Green+Blue) = 88+1+94=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #58015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58015E is #A7FEA1. Grayscale: #252525. Windows color (decimal): -11009698 or 6160728. OLE color: 6160728.

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

Color convert

RGB 88 1 94 -
CMYK 0.06 0.99 0 0.63
HSL 296.13º 0.98% 0.19% -
HSV(B) 296.13º 0.99% 0.37% -
XYZ 6.06 2.9 10.83 -
YUV 37.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 88 1 94 0.06 0.99 0 0.63 296.13 0.98 0.19
Hex 58 1 5E 6 63 0 3F 128 62 13
Octal 130 1 136 6 143 0 77 450 142 23
Binary 1011000 1 1011110 110 1100011 0 111111 100101000 1100010 10011

Color Harmonies of #58015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58015E

Black with #58015E

Text Example


Text Example

White with #58015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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