Html Css Color HEX #58134F Palatinate Purple

📋 copy color: '#58134F'

red 88 ◦ green 19 ◦ blue 79

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

Shades of Palatinate Purple #58134F

Tints of Palatinate Purple #58134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 47.31%
G = 10.22%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58134F (or 0x58134F) is known color: Palatinate Purple. HEX triplet: 58, 13 and 4F. RGB value is (88,19,79). Sum of RGB (Red+Green+Blue) = 88+19+79=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58134F is #A7ECB0. Grayscale: #2E2E2E. Windows color (decimal): -11005105 or 5182296. OLE color: 5182296.

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

Color convert

RGB 88 19 79 -
CMYK 0 0.78 0.10 0.65
HSL 307.83º 0.64% 0.21% -
HSV(B) 307.83º 0.78% 0.35% -
XYZ 5.67 3.1 7.7 -
YUV 46.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 88 19 79 0 0.78 0.10 0.65 307.83 0.64 0.21
Hex 58 13 4F 0 4E A 41 134 40 15
Octal 130 23 117 0 116 12 101 464 100 25
Binary 1011000 10011 1001111 0 1001110 1010 1000001 100110100 1000000 10101

Color Harmonies of #58134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58134F

Black with #58134F

Text Example


Text Example

White with #58134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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