Html Css Color HEX #580F4F Palatinate Purple

📋 copy color: '#580F4F'

red 88 ◦ green 15 ◦ blue 79

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

Shades of Palatinate Purple #580F4F

Tints of Palatinate Purple #580F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.24%

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 48.35%
G = 8.24%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#580F4F (or 0x580F4F) is known color: Palatinate Purple. HEX triplet: 58, 0F and 4F. RGB value is (88,15,79). Sum of RGB (Red+Green+Blue) = 88+15+79=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #580F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F4F is #A7F0B0. Grayscale: #2B2B2B. Windows color (decimal): -11006129 or 5181272. OLE color: 5181272.

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

Color convert

RGB 88 15 79 -
CMYK 0 0.83 0.10 0.65
HSL 307.4º 0.71% 0.2% -
HSV(B) 307.4º 0.83% 0.35% -
XYZ 5.61 2.98 7.68 -
YUV 44.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 88 15 79 0 0.83 0.10 0.65 307.4 0.71 0.2
Hex 58 F 4F 0 53 A 41 133 47 14
Octal 130 17 117 0 123 12 101 463 107 24
Binary 1011000 1111 1001111 0 1010011 1010 1000001 100110011 1000111 10100

Color Harmonies of #580F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F4F

Black with #580F4F

Text Example


Text Example

White with #580F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,79); }

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

background-color css

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

 a { background-color: rgb(88,15,79); }

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

border-color css

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

 span { border-color: rgb(88,15,79); }

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