Html Css Color HEX #581250 Palatinate Purple

📋 copy color: '#581250'

red 88 ◦ green 18 ◦ blue 80

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

Shades of Palatinate Purple #581250

Tints of Palatinate Purple #581250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 47.31%
G = 9.68%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581250 (or 0x581250) is known color: Palatinate Purple. HEX triplet: 58, 12 and 50. RGB value is (88,18,80). Sum of RGB (Red+Green+Blue) = 88+18+80=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581250 is #A7EDAF. Grayscale: #2D2D2D. Windows color (decimal): -11005360 or 5247576. OLE color: 5247576.

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

Color convert

RGB 88 18 80 -
CMYK 0 0.80 0.09 0.65
HSL 306.86º 0.66% 0.21% -
HSV(B) 306.86º 0.8% 0.35% -
XYZ 5.69 3.09 7.89 -
YUV 46 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 88 18 80 0 0.80 0.09 0.65 306.86 0.66 0.21
Hex 58 12 50 0 50 9 41 133 42 15
Octal 130 22 120 0 120 11 101 463 102 25
Binary 1011000 10010 1010000 0 1010000 1001 1000001 100110011 1000010 10101

Color Harmonies of #581250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581250

Black with #581250

Text Example


Text Example

White with #581250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581250; }

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

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

background-color css

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

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

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

border-color css

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

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

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