Html Css Color HEX #581950 Palatinate Purple

📋 copy color: '#581950'

red 88 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #581950

Tints of Palatinate Purple #581950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 45.6%
G = 12.95%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581950 (or 0x581950) is known color: Palatinate Purple. HEX triplet: 58, 19 and 50. RGB value is (88,25,80). Sum of RGB (Red+Green+Blue) = 88+25+80=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581950 is #A7E6AF. Grayscale: #313131. Windows color (decimal): -11003568 or 5249368. OLE color: 5249368.

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

Color convert

RGB 88 25 80 -
CMYK 0 0.72 0.09 0.65
HSL 307.62º 0.56% 0.22% -
HSV(B) 307.62º 0.72% 0.35% -
XYZ 5.82 3.35 7.93 -
YUV 50.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 88 25 80 0 0.72 0.09 0.65 307.62 0.56 0.22
Hex 58 19 50 0 48 9 41 134 38 16
Octal 130 31 120 0 110 11 101 464 70 26
Binary 1011000 11001 1010000 0 1001000 1001 1000001 100110100 111000 10110

Color Harmonies of #581950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581950

Black with #581950

Text Example


Text Example

White with #581950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581950; }

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

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

background-color css

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

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

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

border-color css

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

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

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