Html Css Color HEX #581055 Palatinate Purple

📋 copy color: '#581055'

red 88 ◦ green 16 ◦ blue 85

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

Shades of Palatinate Purple #581055

Tints of Palatinate Purple #581055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 46.56%
G = 8.47%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581055 (or 0x581055) is known color: Palatinate Purple. HEX triplet: 58, 10 and 55. RGB value is (88,16,85). Sum of RGB (Red+Green+Blue) = 88+16+85=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581055 is #A7EFAA. Grayscale: #2D2D2D. Windows color (decimal): -11005867 or 5574744. OLE color: 5574744.

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

Color convert

RGB 88 16 85 -
CMYK 0 0.82 0.03 0.65
HSL 302.5º 0.69% 0.2% -
HSV(B) 302.5º 0.82% 0.35% -
XYZ 5.85 3.1 8.88 -
YUV 45.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 88 16 85 0 0.82 0.03 0.65 302.5 0.69 0.2
Hex 58 10 55 0 52 3 41 12E 45 14
Octal 130 20 125 0 122 3 101 456 105 24
Binary 1011000 10000 1010101 0 1010010 11 1000001 100101110 1000101 10100

Color Harmonies of #581055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581055

Black with #581055

Text Example


Text Example

White with #581055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581055; }

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

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

background-color css

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

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

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

border-color css

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

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

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