Html Css Color HEX #580C53 Palatinate Purple

📋 copy color: '#580C53'

red 88 ◦ green 12 ◦ blue 83

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

Shades of Palatinate Purple #580C53

Tints of Palatinate Purple #580C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

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

R = 48.09%
G = 6.56%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#580C53 (or 0x580C53) is known color: Palatinate Purple. HEX triplet: 58, 0C and 53. RGB value is (88,12,83). Sum of RGB (Red+Green+Blue) = 88+12+83=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #580C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C53 is #A7F3AC. Grayscale: #2A2A2A. Windows color (decimal): -11006893 or 5442648. OLE color: 5442648.

HSL color Cylindrical-coordinate representation of color #580C53: hue angle of 303.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C53 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 83 -
CMYK 0 0.86 0.06 0.65
HSL 303.95º 0.76% 0.2% -
HSV(B) 303.95º 0.86% 0.35% -
XYZ 5.72 2.96 8.45 -
YUV 42.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 88 12 83 0 0.86 0.06 0.65 303.95 0.76 0.2
Hex 58 C 53 0 56 6 41 130 4C 14
Octal 130 14 123 0 126 6 101 460 114 24
Binary 1011000 1100 1010011 0 1010110 110 1000001 100110000 1001100 10100

Color Harmonies of #580C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C53

Black with #580C53

Text Example


Text Example

White with #580C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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