Html Css Color HEX #581A4F Palatinate Purple

📋 copy color: '#581A4F'

red 88 ◦ green 26 ◦ blue 79

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

Shades of Palatinate Purple #581A4F

Tints of Palatinate Purple #581A4F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 45.6%
G = 13.47%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#581A4F (or 0x581A4F) is known color: Palatinate Purple. HEX triplet: 58, 1A and 4F. RGB value is (88,26,79). Sum of RGB (Red+Green+Blue) = 88+26+79=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A4F is #A7E5B0. Grayscale: #323232. Windows color (decimal): -11003313 or 5184088. OLE color: 5184088.

HSL color Cylindrical-coordinate representation of color #581A4F: hue angle of 308.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A4F is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 79 -
CMYK 0 0.70 0.10 0.65
HSL 308.71º 0.54% 0.22% -
HSV(B) 308.71º 0.7% 0.35% -
XYZ 5.81 3.38 7.74 -
YUV 50.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 88 26 79 0 0.70 0.10 0.65 308.71 0.54 0.22
Hex 58 1A 4F 0 46 A 41 135 36 16
Octal 130 32 117 0 106 12 101 465 66 26
Binary 1011000 11010 1001111 0 1000110 1010 1000001 100110101 110110 10110

Color Harmonies of #581A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A4F

Black with #581A4F

Text Example


Text Example

White with #581A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A4F; }

 p { color: rgb(88,26,79); }

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

background-color css

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

 a { background-color: rgb(88,26,79); }

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

border-color css

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

 span { border-color: rgb(88,26,79); }

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