Html Css Color HEX #58144F Palatinate Purple

📋 copy color: '#58144F'

red 88 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #58144F

Tints of Palatinate Purple #58144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 47.06%
G = 10.7%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58144F (or 0x58144F) is known color: Palatinate Purple. HEX triplet: 58, 14 and 4F. RGB value is (88,20,79). Sum of RGB (Red+Green+Blue) = 88+20+79=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58144F is #A7EBB0. Grayscale: #2E2E2E. Windows color (decimal): -11004849 or 5182552. OLE color: 5182552.

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

Color convert

RGB 88 20 79 -
CMYK 0 0.77 0.10 0.65
HSL 307.94º 0.63% 0.21% -
HSV(B) 307.94º 0.77% 0.35% -
XYZ 5.69 3.14 7.7 -
YUV 47.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 88 20 79 0 0.77 0.10 0.65 307.94 0.63 0.21
Hex 58 14 4F 0 4D A 41 134 3F 15
Octal 130 24 117 0 115 12 101 464 77 25
Binary 1011000 10100 1001111 0 1001101 1010 1000001 100110100 111111 10101

Color Harmonies of #58144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58144F

Black with #58144F

Text Example


Text Example

White with #58144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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