Html Css Color HEX #581150 Palatinate Purple

📋 copy color: '#581150'

red 88 ◦ green 17 ◦ blue 80

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

Shades of Palatinate Purple #581150

Tints of Palatinate Purple #581150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 47.57%
G = 9.19%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581150 (or 0x581150) is known color: Palatinate Purple. HEX triplet: 58, 11 and 50. RGB value is (88,17,80). Sum of RGB (Red+Green+Blue) = 88+17+80=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #581150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581150 is #A7EEAF. Grayscale: #2D2D2D. Windows color (decimal): -11005616 or 5247320. OLE color: 5247320.

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

Color convert

RGB 88 17 80 -
CMYK 0 0.81 0.09 0.65
HSL 306.76º 0.68% 0.21% -
HSV(B) 306.76º 0.81% 0.35% -
XYZ 5.67 3.05 7.88 -
YUV 45.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 88 17 80 0 0.81 0.09 0.65 306.76 0.68 0.21
Hex 58 11 50 0 51 9 41 133 44 15
Octal 130 21 120 0 121 11 101 463 104 25
Binary 1011000 10001 1010000 0 1010001 1001 1000001 100110011 1000100 10101

Color Harmonies of #581150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581150

Black with #581150

Text Example


Text Example

White with #581150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581150; }

 p { color: rgb(88,17,80); }

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

background-color css

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

 a { background-color: rgb(88,17,80); }

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

border-color css

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

 span { border-color: rgb(88,17,80); }

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