Html Css Color HEX #581350 Palatinate Purple

📋 copy color: '#581350'

red 88 ◦ green 19 ◦ blue 80

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

Shades of Palatinate Purple #581350

Tints of Palatinate Purple #581350

RGB

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

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

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

R = 47.06%
G = 10.16%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#581350 (or 0x581350) is known color: Palatinate Purple. HEX triplet: 58, 13 and 50. RGB value is (88,19,80). Sum of RGB (Red+Green+Blue) = 88+19+80=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #581350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581350 is #A7ECAF. Grayscale: #2E2E2E. Windows color (decimal): -11005104 or 5247832. OLE color: 5247832.

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

Color convert

RGB 88 19 80 -
CMYK 0 0.78 0.09 0.65
HSL 306.96º 0.64% 0.21% -
HSV(B) 306.96º 0.78% 0.35% -
XYZ 5.71 3.12 7.89 -
YUV 46.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 88 19 80 0 0.78 0.09 0.65 306.96 0.64 0.21
Hex 58 13 50 0 4E 9 41 133 40 15
Octal 130 23 120 0 116 11 101 463 100 25
Binary 1011000 10011 1010000 0 1001110 1001 1000001 100110011 1000000 10101

Color Harmonies of #581350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581350

Black with #581350

Text Example


Text Example

White with #581350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581350; }

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

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

background-color css

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

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

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

border-color css

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

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

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