Html Css Color HEX #581154 Palatinate Purple

📋 copy color: '#581154'

red 88 ◦ green 17 ◦ blue 84

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

Shades of Palatinate Purple #581154

Tints of Palatinate Purple #581154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 46.56%
G = 8.99%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#581154 (or 0x581154) is known color: Palatinate Purple. HEX triplet: 58, 11 and 54. RGB value is (88,17,84). Sum of RGB (Red+Green+Blue) = 88+17+84=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581154 is #A7EEAB. Grayscale: #2D2D2D. Windows color (decimal): -11005612 or 5509464. OLE color: 5509464.

HSL color Cylindrical-coordinate representation of color #581154: hue angle of 303.38º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581154 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 84 -
CMYK 0 0.81 0.05 0.65
HSL 303.38º 0.68% 0.21% -
HSV(B) 303.38º 0.81% 0.35% -
XYZ 5.83 3.12 8.68 -
YUV 45.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 88 17 84 0 0.81 0.05 0.65 303.38 0.68 0.21
Hex 58 11 54 0 51 5 41 12F 44 15
Octal 130 21 124 0 121 5 101 457 104 25
Binary 1011000 10001 1010100 0 1010001 101 1000001 100101111 1000100 10101

Color Harmonies of #581154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581154

Black with #581154

Text Example


Text Example

White with #581154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581154; }

 p { color: rgb(88,17,84); }

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

background-color css

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

 a { background-color: rgb(88,17,84); }

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

border-color css

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

 span { border-color: rgb(88,17,84); }

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