Html Css Color HEX #581258 Palatinate Purple

📋 copy color: '#581258'

red 88 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #581258

Tints of Palatinate Purple #581258

RGB

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

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

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

R = 45.36%
G = 9.28%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581258 (or 0x581258) is known color: Palatinate Purple. HEX triplet: 58, 12 and 58. RGB value is (88,18,88). Sum of RGB (Red+Green+Blue) = 88+18+88=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581258 is #A7EDA7. Grayscale: #2E2E2E. Windows color (decimal): -11005352 or 5771864. OLE color: 5771864.

HSL color Cylindrical-coordinate representation of color #581258: hue angle of 300º 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 #581258 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 88 -
CMYK 0 0.80 0 0.65
HSL 300º 0.66% 0.21% -
HSV(B) 300º 0.8% 0.35% -
XYZ 6 3.21 9.54 -
YUV 46.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 88 18 88 0 0.80 0 0.65 300 0.66 0.21
Hex 58 12 58 0 50 0 41 12C 42 15
Octal 130 22 130 0 120 0 101 454 102 25
Binary 1011000 10010 1011000 0 1010000 0 1000001 100101100 1000010 10101

Color Harmonies of #581258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581258

Black with #581258

Text Example


Text Example

White with #581258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581258; }

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

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

background-color css

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

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

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

border-color css

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

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

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