Html Css Color HEX #581356 Palatinate Purple

📋 copy color: '#581356'

red 88 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #581356

Tints of Palatinate Purple #581356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 45.6%
G = 9.84%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#581356 (or 0x581356) is known color: Palatinate Purple. HEX triplet: 58, 13 and 56. RGB value is (88,19,86). Sum of RGB (Red+Green+Blue) = 88+19+86=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581356 is #A7ECA9. Grayscale: #2F2F2F. Windows color (decimal): -11005098 or 5641048. OLE color: 5641048.

HSL color Cylindrical-coordinate representation of color #581356: hue angle of 301.74º 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 #581356 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 86 -
CMYK 0 0.78 0.02 0.65
HSL 301.74º 0.64% 0.21% -
HSV(B) 301.74º 0.78% 0.35% -
XYZ 5.94 3.21 9.11 -
YUV 47.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 88 19 86 0 0.78 0.02 0.65 301.74 0.64 0.21
Hex 58 13 56 0 4E 2 41 12E 40 15
Octal 130 23 126 0 116 2 101 456 100 25
Binary 1011000 10011 1010110 0 1001110 10 1000001 100101110 1000000 10101

Color Harmonies of #581356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581356

Black with #581356

Text Example


Text Example

White with #581356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581356; }

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

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

background-color css

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

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

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

border-color css

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

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

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