Html Css Color HEX #581359 Palatinate Purple

📋 copy color: '#581359'

red 88 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #581359

Tints of Palatinate Purple #581359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 44.9%
G = 9.69%
B = 45.41%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581359 (or 0x581359) is known color: Palatinate Purple. HEX triplet: 58, 13 and 59. RGB value is (88,19,89). Sum of RGB (Red+Green+Blue) = 88+19+89=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #581359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581359 is #A7ECA6. Grayscale: #2F2F2F. Windows color (decimal): -11005095 or 5837656. OLE color: 5837656.

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

Color convert

RGB 88 19 89 -
CMYK 0.01 0.79 0 0.65
HSL 299.14º 0.65% 0.21% -
HSV(B) 299.14º 0.79% 0.35% -
XYZ 6.06 3.26 9.76 -
YUV 47.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 88 19 89 0.01 0.79 0 0.65 299.14 0.65 0.21
Hex 58 13 59 1 4F 0 41 12B 41 15
Octal 130 23 131 1 117 0 101 453 101 25
Binary 1011000 10011 1011001 1 1001111 0 1000001 100101011 1000001 10101

Color Harmonies of #581359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581359

Black with #581359

Text Example


Text Example

White with #581359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581359; }

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

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

background-color css

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

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

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

border-color css

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

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

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