Html Css Color HEX #58124F Palatinate Purple

📋 copy color: '#58124F'

red 88 ◦ green 18 ◦ blue 79

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

Shades of Palatinate Purple #58124F

Tints of Palatinate Purple #58124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 47.57%
G = 9.73%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58124F (or 0x58124F) is known color: Palatinate Purple. HEX triplet: 58, 12 and 4F. RGB value is (88,18,79). Sum of RGB (Red+Green+Blue) = 88+18+79=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58124F is #A7EDB0. Grayscale: #2D2D2D. Windows color (decimal): -11005361 or 5182040. OLE color: 5182040.

HSL color Cylindrical-coordinate representation of color #58124F: hue angle of 307.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58124F is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 79 -
CMYK 0 0.80 0.10 0.65
HSL 307.71º 0.66% 0.21% -
HSV(B) 307.71º 0.8% 0.35% -
XYZ 5.65 3.07 7.69 -
YUV 45.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 88 18 79 0 0.80 0.10 0.65 307.71 0.66 0.21
Hex 58 12 4F 0 50 A 41 134 42 15
Octal 130 22 117 0 120 12 101 464 102 25
Binary 1011000 10010 1001111 0 1010000 1010 1000001 100110100 1000010 10101

Color Harmonies of #58124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58124F

Black with #58124F

Text Example


Text Example

White with #58124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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