Html Css Color HEX #581558 Palatinate Purple

📋 copy color: '#581558'

red 88 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #581558

Tints of Palatinate Purple #581558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 44.67%
G = 10.66%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581558 (or 0x581558) is known color: Palatinate Purple. HEX triplet: 58, 15 and 58. RGB value is (88,21,88). Sum of RGB (Red+Green+Blue) = 88+21+88=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581558 is #A7EAA7. Grayscale: #303030. Windows color (decimal): -11004584 or 5772632. OLE color: 5772632.

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

Color convert

RGB 88 21 88 -
CMYK 0 0.76 0 0.65
HSL 300º 0.61% 0.21% -
HSV(B) 300º 0.76% 0.35% -
XYZ 6.05 3.32 9.55 -
YUV 48.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 88 21 88 0 0.76 0 0.65 300 0.61 0.21
Hex 58 15 58 0 4C 0 41 12C 3D 15
Octal 130 25 130 0 114 0 101 454 75 25
Binary 1011000 10101 1011000 0 1001100 0 1000001 100101100 111101 10101

Color Harmonies of #581558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581558

Black with #581558

Text Example


Text Example

White with #581558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581558; }

 p { color: rgb(88,21,88); }

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

background-color css

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

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

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

border-color css

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

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

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