Html Css Color HEX #581358 Palatinate Purple

📋 copy color: '#581358'

red 88 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #581358

Tints of Palatinate Purple #581358

RGB

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

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

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

R = 45.13%
G = 9.74%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581358 (or 0x581358) is known color: Palatinate Purple. HEX triplet: 58, 13 and 58. RGB value is (88,19,88). Sum of RGB (Red+Green+Blue) = 88+19+88=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581358 is #A7ECA7. Grayscale: #2F2F2F. Windows color (decimal): -11005096 or 5772120. OLE color: 5772120.

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

Color convert

RGB 88 19 88 -
CMYK 0 0.78 0 0.65
HSL 300º 0.64% 0.21% -
HSV(B) 300º 0.78% 0.35% -
XYZ 6.02 3.25 9.54 -
YUV 47.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 88 19 88 0 0.78 0 0.65 300 0.64 0.21
Hex 58 13 58 0 4E 0 41 12C 40 15
Octal 130 23 130 0 116 0 101 454 100 25
Binary 1011000 10011 1011000 0 1001110 0 1000001 100101100 1000000 10101

Color Harmonies of #581358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581358

Black with #581358

Text Example


Text Example

White with #581358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581358; }

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

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

background-color css

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

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

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

border-color css

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

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

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