Html Css Color HEX #581255 Palatinate Purple

📋 copy color: '#581255'

red 88 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #581255

Tints of Palatinate Purple #581255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

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

R = 46.07%
G = 9.42%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581255 (or 0x581255) is known color: Palatinate Purple. HEX triplet: 58, 12 and 55. RGB value is (88,18,85). Sum of RGB (Red+Green+Blue) = 88+18+85=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581255 is #A7EDAA. Grayscale: #2E2E2E. Windows color (decimal): -11005355 or 5575256. OLE color: 5575256.

HSL color Cylindrical-coordinate representation of color #581255: hue angle of 302.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581255 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 85 -
CMYK 0 0.80 0.03 0.65
HSL 302.57º 0.66% 0.21% -
HSV(B) 302.57º 0.8% 0.35% -
XYZ 5.88 3.16 8.89 -
YUV 46.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 88 18 85 0 0.80 0.03 0.65 302.57 0.66 0.21
Hex 58 12 55 0 50 3 41 12F 42 15
Octal 130 22 125 0 120 3 101 457 102 25
Binary 1011000 10010 1010101 0 1010000 11 1000001 100101111 1000010 10101

Color Harmonies of #581255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581255

Black with #581255

Text Example


Text Example

White with #581255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581255; }

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

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

background-color css

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

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

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

border-color css

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

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

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