Html Css Color HEX #580355 Palatinate Purple

📋 copy color: '#580355'

red 88 ◦ green 3 ◦ blue 85

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

Shades of Palatinate Purple #580355

Tints of Palatinate Purple #580355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 85 (33.59% from 255) = 48.3%

R = 50%
G = 1.7%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#580355 (or 0x580355) is known color: Palatinate Purple. HEX triplet: 58, 03 and 55. RGB value is (88,3,85). Sum of RGB (Red+Green+Blue) = 88+3+85=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580355 is #A7FCAA. Grayscale: #252525. Windows color (decimal): -11009195 or 5571416. OLE color: 5571416.

HSL color Cylindrical-coordinate representation of color #580355: hue angle of 302.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580355 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 85 -
CMYK 0 0.97 0.03 0.65
HSL 302.12º 0.93% 0.18% -
HSV(B) 302.12º 0.97% 0.35% -
XYZ 5.7 2.8 8.83 -
YUV 37.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 88 3 85 0 0.97 0.03 0.65 302.12 0.93 0.18
Hex 58 3 55 0 61 3 41 12E 5D 12
Octal 130 3 125 0 141 3 101 456 135 22
Binary 1011000 11 1010101 0 1100001 11 1000001 100101110 1011101 10010

Color Harmonies of #580355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580355

Black with #580355

Text Example


Text Example

White with #580355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580355; }

 p { color: rgb(88,3,85); }

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

background-color css

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

 a { background-color: rgb(88,3,85); }

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

border-color css

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

 span { border-color: rgb(88,3,85); }

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