Html Css Color HEX #58055C Palatinate Purple

📋 copy color: '#58055C'

red 88 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #58055C

Tints of Palatinate Purple #58055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 47.57%
G = 2.7%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58055C (or 0x58055C) is known color: Palatinate Purple. HEX triplet: 58, 05 and 5C. RGB value is (88,5,92). Sum of RGB (Red+Green+Blue) = 88+5+92=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #58055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58055C is #A7FAA3. Grayscale: #272727. Windows color (decimal): -11008676 or 6030680. OLE color: 6030680.

HSL color Cylindrical-coordinate representation of color #58055C: hue angle of 297.24º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58055C is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 5 92 -
CMYK 0.04 0.95 0 0.64
HSL 297.24º 0.9% 0.19% -
HSV(B) 297.24º 0.95% 0.36% -
XYZ 6.01 2.96 10.38 -
YUV 39.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 88 5 92 0.04 0.95 0 0.64 297.24 0.9 0.19
Hex 58 5 5C 4 5F 0 40 129 5A 13
Octal 130 5 134 4 137 0 100 451 132 23
Binary 1011000 101 1011100 100 1011111 0 1000000 100101001 1011010 10011

Color Harmonies of #58055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58055C

Black with #58055C

Text Example


Text Example

White with #58055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58055C; }

 p { color: rgb(88,5,92); }

 H1.HeaderClassName
 {
   color: #58055C;
 }
 .AnyTagClassName
 {
   color: #58055C;
 }
</style>

background-color css

<style>
 a { background-color: #58055C; }

 a { background-color: rgb(88,5,92); }

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

border-color css

<style>
 span { border-color: #58055C; }

 span { border-color: rgb(88,5,92); }

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