Html Css Color HEX #580C52 Palatinate Purple

📋 copy color: '#580C52'

red 88 ◦ green 12 ◦ blue 82

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

Shades of Palatinate Purple #580C52

Tints of Palatinate Purple #580C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 48.35%
G = 6.59%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#580C52 (or 0x580C52) is known color: Palatinate Purple. HEX triplet: 58, 0C and 52. RGB value is (88,12,82). Sum of RGB (Red+Green+Blue) = 88+12+82=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #580C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C52 is #A7F3AD. Grayscale: #2A2A2A. Windows color (decimal): -11006894 or 5377112. OLE color: 5377112.

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

Color convert

RGB 88 12 82 -
CMYK 0 0.86 0.07 0.65
HSL 304.74º 0.76% 0.2% -
HSV(B) 304.74º 0.86% 0.35% -
XYZ 5.68 2.95 8.25 -
YUV 42.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 88 12 82 0 0.86 0.07 0.65 304.74 0.76 0.2
Hex 58 C 52 0 56 7 41 131 4C 14
Octal 130 14 122 0 126 7 101 461 114 24
Binary 1011000 1100 1010010 0 1010110 111 1000001 100110001 1001100 10100

Color Harmonies of #580C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C52

Black with #580C52

Text Example


Text Example

White with #580C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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