Html Css Color HEX #581355 Palatinate Purple

📋 copy color: '#581355'

red 88 ◦ green 19 ◦ blue 85

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

Shades of Palatinate Purple #581355

Tints of Palatinate Purple #581355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

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

R = 45.83%
G = 9.9%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581355 (or 0x581355) is known color: Palatinate Purple. HEX triplet: 58, 13 and 55. RGB value is (88,19,85). Sum of RGB (Red+Green+Blue) = 88+19+85=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581355 is #A7ECAA. Grayscale: #2E2E2E. Windows color (decimal): -11005099 or 5575512. OLE color: 5575512.

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

Color convert

RGB 88 19 85 -
CMYK 0 0.78 0.03 0.65
HSL 302.61º 0.64% 0.21% -
HSV(B) 302.61º 0.78% 0.35% -
XYZ 5.9 3.2 8.9 -
YUV 47.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 88 19 85 0 0.78 0.03 0.65 302.61 0.64 0.21
Hex 58 13 55 0 4E 3 41 12F 40 15
Octal 130 23 125 0 116 3 101 457 100 25
Binary 1011000 10011 1010101 0 1001110 11 1000001 100101111 1000000 10101

Color Harmonies of #581355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581355

Black with #581355

Text Example


Text Example

White with #581355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581355; }

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

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

background-color css

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

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

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

border-color css

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

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

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