Html Css Color HEX #580853 Palatinate Purple

📋 copy color: '#580853'

red 88 ◦ green 8 ◦ blue 83

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

Shades of Palatinate Purple #580853

Tints of Palatinate Purple #580853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 83 (32.81% from 255) = 46.37%

R = 49.16%
G = 4.47%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#580853 (or 0x580853) is known color: Palatinate Purple. HEX triplet: 58, 08 and 53. RGB value is (88,8,83). Sum of RGB (Red+Green+Blue) = 88+8+83=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #580853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580853 is #A7F7AC. Grayscale: #282828. Windows color (decimal): -11007917 or 5441624. OLE color: 5441624.

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

Color convert

RGB 88 8 83 -
CMYK 0 0.91 0.06 0.65
HSL 303.75º 0.83% 0.19% -
HSV(B) 303.75º 0.91% 0.35% -
XYZ 5.67 2.87 8.44 -
YUV 40.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 88 8 83 0 0.91 0.06 0.65 303.75 0.83 0.19
Hex 58 8 53 0 5B 6 41 130 53 13
Octal 130 10 123 0 133 6 101 460 123 23
Binary 1011000 1000 1010011 0 1011011 110 1000001 100110000 1010011 10011

Color Harmonies of #580853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580853

Black with #580853

Text Example


Text Example

White with #580853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580853; }

 p { color: rgb(88,8,83); }

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

background-color css

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

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

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

border-color css

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

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

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