Html Css Color HEX #58015A Palatinate Purple

📋 copy color: '#58015A'

red 88 ◦ green 1 ◦ blue 90

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

Shades of Palatinate Purple #58015A

Tints of Palatinate Purple #58015A

RGB

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

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

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

R = 49.16%
G = 0.56%
B = 50.28%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58015A (or 0x58015A) is known color: Palatinate Purple. HEX triplet: 58, 01 and 5A. RGB value is (88,1,90). Sum of RGB (Red+Green+Blue) = 88+1+90=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #58015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58015A is #A7FEA5. Grayscale: #242424. Windows color (decimal): -11009702 or 5898584. OLE color: 5898584.

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

Color convert

RGB 88 1 90 -
CMYK 0.02 0.99 0 0.65
HSL 298.65º 0.98% 0.18% -
HSV(B) 298.65º 0.99% 0.35% -
XYZ 5.88 2.83 9.91 -
YUV 37.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 88 1 90 0.02 0.99 0 0.65 298.65 0.98 0.18
Hex 58 1 5A 2 63 0 41 12B 62 12
Octal 130 1 132 2 143 0 101 453 142 22
Binary 1011000 1 1011010 10 1100011 0 1000001 100101011 1100010 10010

Color Harmonies of #58015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58015A

Black with #58015A

Text Example


Text Example

White with #58015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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