Html Css Color HEX #58135A Palatinate Purple

📋 copy color: '#58135A'

red 88 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #58135A

Tints of Palatinate Purple #58135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 44.67%
G = 9.64%
B = 45.69%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58135A (or 0x58135A) is known color: Palatinate Purple. HEX triplet: 58, 13 and 5A. RGB value is (88,19,90). Sum of RGB (Red+Green+Blue) = 88+19+90=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #58135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135A is #A7ECA5. Grayscale: #2F2F2F. Windows color (decimal): -11005094 or 5903192. OLE color: 5903192.

HSL color Cylindrical-coordinate representation of color #58135A: hue angle of 298.31º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58135A is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 90 -
CMYK 0.02 0.79 0 0.65
HSL 298.31º 0.65% 0.21% -
HSV(B) 298.31º 0.79% 0.35% -
XYZ 6.1 3.28 9.98 -
YUV 47.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 88 19 90 0.02 0.79 0 0.65 298.31 0.65 0.21
Hex 58 13 5A 2 4F 0 41 12A 41 15
Octal 130 23 132 2 117 0 101 452 101 25
Binary 1011000 10011 1011010 10 1001111 0 1000001 100101010 1000001 10101

Color Harmonies of #58135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58135A

Black with #58135A

Text Example


Text Example

White with #58135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58135A; }

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

 H1.HeaderClassName
 {
   color: #58135A;
 }
 .AnyTagClassName
 {
   color: #58135A;
 }
</style>

background-color css

<style>
 a { background-color: #58135A; }

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

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

border-color css

<style>
 span { border-color: #58135A; }

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

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