Html Css Color HEX #581458 Palatinate Purple

📋 copy color: '#581458'

red 88 ◦ green 20 ◦ blue 88

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

Shades of Palatinate Purple #581458

Tints of Palatinate Purple #581458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 44.9%
G = 10.2%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581458 (or 0x581458) is known color: Palatinate Purple. HEX triplet: 58, 14 and 58. RGB value is (88,20,88). Sum of RGB (Red+Green+Blue) = 88+20+88=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581458 is #A7EBA7. Grayscale: #2F2F2F. Windows color (decimal): -11004840 or 5772376. OLE color: 5772376.

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

Color convert

RGB 88 20 88 -
CMYK 0 0.77 0 0.65
HSL 300º 0.63% 0.21% -
HSV(B) 300º 0.77% 0.35% -
XYZ 6.04 3.28 9.55 -
YUV 48.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 88 20 88 0 0.77 0 0.65 300 0.63 0.21
Hex 58 14 58 0 4D 0 41 12C 3F 15
Octal 130 24 130 0 115 0 101 454 77 25
Binary 1011000 10100 1011000 0 1001101 0 1000001 100101100 111111 10101

Color Harmonies of #581458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581458

Black with #581458

Text Example


Text Example

White with #581458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581458; }

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

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

background-color css

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

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

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

border-color css

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

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

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