Html Css Color HEX #580255 Palatinate Purple

📋 copy color: '#580255'

red 88 ◦ green 2 ◦ blue 85

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

Shades of Palatinate Purple #580255

Tints of Palatinate Purple #580255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 50.29%
G = 1.14%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#580255 (or 0x580255) is known color: Palatinate Purple. HEX triplet: 58, 02 and 55. RGB value is (88,2,85). Sum of RGB (Red+Green+Blue) = 88+2+85=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580255 is #A7FDAA. Grayscale: #242424. Windows color (decimal): -11009451 or 5571160. OLE color: 5571160.

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

Color convert

RGB 88 2 85 -
CMYK 0 0.98 0.03 0.65
HSL 302.09º 0.96% 0.18% -
HSV(B) 302.09º 0.98% 0.35% -
XYZ 5.69 2.77 8.83 -
YUV 37.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 88 2 85 0 0.98 0.03 0.65 302.09 0.96 0.18
Hex 58 2 55 0 62 3 41 12E 60 12
Octal 130 2 125 0 142 3 101 456 140 22
Binary 1011000 10 1010101 0 1100010 11 1000001 100101110 1100000 10010

Color Harmonies of #580255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580255

Black with #580255

Text Example


Text Example

White with #580255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580255; }

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

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

background-color css

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

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

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

border-color css

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

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

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