Html Css Color HEX #581755 Palatinate Purple

📋 copy color: '#581755'

red 88 ◦ green 23 ◦ blue 85

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

Shades of Palatinate Purple #581755

Tints of Palatinate Purple #581755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 44.9%
G = 11.73%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#581755 (or 0x581755) is known color: Palatinate Purple. HEX triplet: 58, 17 and 55. RGB value is (88,23,85). Sum of RGB (Red+Green+Blue) = 88+23+85=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581755 is #A7E8AA. Grayscale: #313131. Windows color (decimal): -11004075 or 5576536. OLE color: 5576536.

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

Color convert

RGB 88 23 85 -
CMYK 0 0.74 0.03 0.65
HSL 302.77º 0.59% 0.22% -
HSV(B) 302.77º 0.74% 0.35% -
XYZ 5.97 3.34 8.92 -
YUV 49.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 88 23 85 0 0.74 0.03 0.65 302.77 0.59 0.22
Hex 58 17 55 0 4A 3 41 12F 3B 16
Octal 130 27 125 0 112 3 101 457 73 26
Binary 1011000 10111 1010101 0 1001010 11 1000001 100101111 111011 10110

Color Harmonies of #581755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581755

Black with #581755

Text Example


Text Example

White with #581755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581755; }

 p { color: rgb(88,23,85); }

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

background-color css

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

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

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

border-color css

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

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

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