Html Css Color HEX #581854 Palatinate Purple

📋 copy color: '#581854'

red 88 ◦ green 24 ◦ blue 84

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

Shades of Palatinate Purple #581854

Tints of Palatinate Purple #581854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 44.9%
G = 12.24%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#581854 (or 0x581854) is known color: Palatinate Purple. HEX triplet: 58, 18 and 54. RGB value is (88,24,84). Sum of RGB (Red+Green+Blue) = 88+24+84=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581854 is #A7E7AB. Grayscale: #313131. Windows color (decimal): -11003820 or 5511256. OLE color: 5511256.

HSL color Cylindrical-coordinate representation of color #581854: hue angle of 303.75º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581854 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 84 -
CMYK 0 0.73 0.05 0.65
HSL 303.75º 0.57% 0.22% -
HSV(B) 303.75º 0.73% 0.35% -
XYZ 5.95 3.37 8.72 -
YUV 49.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 88 24 84 0 0.73 0.05 0.65 303.75 0.57 0.22
Hex 58 18 54 0 49 5 41 130 39 16
Octal 130 30 124 0 111 5 101 460 71 26
Binary 1011000 11000 1010100 0 1001001 101 1000001 100110000 111001 10110

Color Harmonies of #581854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581854

Black with #581854

Text Example


Text Example

White with #581854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581854; }

 p { color: rgb(88,24,84); }

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

background-color css

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

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

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

border-color css

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

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

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