Html Css Color HEX #581751 Palatinate Purple

📋 copy color: '#581751'

red 88 ◦ green 23 ◦ blue 81

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

Shades of Palatinate Purple #581751

Tints of Palatinate Purple #581751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 45.83%
G = 11.98%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#581751 (or 0x581751) is known color: Palatinate Purple. HEX triplet: 58, 17 and 51. RGB value is (88,23,81). Sum of RGB (Red+Green+Blue) = 88+23+81=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581751 is #A7E8AE. Grayscale: #303030. Windows color (decimal): -11004079 or 5314392. OLE color: 5314392.

HSL color Cylindrical-coordinate representation of color #581751: hue angle of 306.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581751 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 23 81 -
CMYK 0 0.74 0.08 0.65
HSL 306.46º 0.59% 0.22% -
HSV(B) 306.46º 0.74% 0.35% -
XYZ 5.82 3.28 8.11 -
YUV 49.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 88 23 81 0 0.74 0.08 0.65 306.46 0.59 0.22
Hex 58 17 51 0 4A 8 41 132 3B 16
Octal 130 27 121 0 112 10 101 462 73 26
Binary 1011000 10111 1010001 0 1001010 1000 1000001 100110010 111011 10110

Color Harmonies of #581751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581751

Black with #581751

Text Example


Text Example

White with #581751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581751; }

 p { color: rgb(88,23,81); }

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

background-color css

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

 a { background-color: rgb(88,23,81); }

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

border-color css

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

 span { border-color: rgb(88,23,81); }

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