Html Css Color HEX #581455 Palatinate Purple

📋 copy color: '#581455'

red 88 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #581455

Tints of Palatinate Purple #581455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

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

R = 45.6%
G = 10.36%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581455 (or 0x581455) is known color: Palatinate Purple. HEX triplet: 58, 14 and 55. RGB value is (88,20,85). Sum of RGB (Red+Green+Blue) = 88+20+85=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581455 is #A7EBAA. Grayscale: #2F2F2F. Windows color (decimal): -11004843 or 5575768. OLE color: 5575768.

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

Color convert

RGB 88 20 85 -
CMYK 0 0.77 0.03 0.65
HSL 302.65º 0.63% 0.21% -
HSV(B) 302.65º 0.77% 0.35% -
XYZ 5.91 3.23 8.91 -
YUV 47.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 88 20 85 0 0.77 0.03 0.65 302.65 0.63 0.21
Hex 58 14 55 0 4D 3 41 12F 3F 15
Octal 130 24 125 0 115 3 101 457 77 25
Binary 1011000 10100 1010101 0 1001101 11 1000001 100101111 111111 10101

Color Harmonies of #581455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581455

Black with #581455

Text Example


Text Example

White with #581455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581455; }

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

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

background-color css

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

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

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

border-color css

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

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

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