Html Css Color HEX #581056 Palatinate Purple

📋 copy color: '#581056'

red 88 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #581056

Tints of Palatinate Purple #581056

RGB

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

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

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

R = 46.32%
G = 8.42%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#581056 (or 0x581056) is known color: Palatinate Purple. HEX triplet: 58, 10 and 56. RGB value is (88,16,86). Sum of RGB (Red+Green+Blue) = 88+16+86=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581056 is #A7EFA9. Grayscale: #2D2D2D. Windows color (decimal): -11005866 or 5640280. OLE color: 5640280.

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

Color convert

RGB 88 16 86 -
CMYK 0 0.82 0.02 0.65
HSL 301.67º 0.69% 0.2% -
HSV(B) 301.67º 0.82% 0.35% -
XYZ 5.89 3.12 9.1 -
YUV 45.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 88 16 86 0 0.82 0.02 0.65 301.67 0.69 0.2
Hex 58 10 56 0 52 2 41 12E 45 14
Octal 130 20 126 0 122 2 101 456 105 24
Binary 1011000 10000 1010110 0 1010010 10 1000001 100101110 1000101 10100

Color Harmonies of #581056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581056

Black with #581056

Text Example


Text Example

White with #581056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581056; }

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

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

background-color css

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

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

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

border-color css

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

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

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