Html Css Color HEX #58065A Palatinate Purple

📋 copy color: '#58065A'

red 88 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #58065A

Tints of Palatinate Purple #58065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 47.83%
G = 3.26%
B = 48.91%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58065A (or 0x58065A) is known color: Palatinate Purple. HEX triplet: 58, 06 and 5A. RGB value is (88,6,90). Sum of RGB (Red+Green+Blue) = 88+6+90=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #58065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58065A is #A7F9A5. Grayscale: #272727. Windows color (decimal): -11008422 or 5899864. OLE color: 5899864.

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

Color convert

RGB 88 6 90 -
CMYK 0.02 0.93 0 0.65
HSL 298.57º 0.88% 0.19% -
HSV(B) 298.57º 0.93% 0.35% -
XYZ 5.94 2.94 9.93 -
YUV 40.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 88 6 90 0.02 0.93 0 0.65 298.57 0.88 0.19
Hex 58 6 5A 2 5D 0 41 12B 58 13
Octal 130 6 132 2 135 0 101 453 130 23
Binary 1011000 110 1011010 10 1011101 0 1000001 100101011 1011000 10011

Color Harmonies of #58065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58065A

Black with #58065A

Text Example


Text Example

White with #58065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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