Html Css Color HEX #58125B Palatinate Purple

📋 copy color: '#58125B'

red 88 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #58125B

Tints of Palatinate Purple #58125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 44.67%
G = 9.14%
B = 46.19%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58125B (or 0x58125B) is known color: Palatinate Purple. HEX triplet: 58, 12 and 5B. RGB value is (88,18,91). Sum of RGB (Red+Green+Blue) = 88+18+91=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #58125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58125B is #A7EDA4. Grayscale: #2F2F2F. Windows color (decimal): -11005349 or 5968472. OLE color: 5968472.

HSL color Cylindrical-coordinate representation of color #58125B: hue angle of 297.53º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58125B is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 18 91 -
CMYK 0.03 0.80 0 0.64
HSL 297.53º 0.67% 0.21% -
HSV(B) 297.53º 0.8% 0.36% -
XYZ 6.13 3.26 10.2 -
YUV 47.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 88 18 91 0.03 0.80 0 0.64 297.53 0.67 0.21
Hex 58 12 5B 3 50 0 40 12A 43 15
Octal 130 22 133 3 120 0 100 452 103 25
Binary 1011000 10010 1011011 11 1010000 0 1000000 100101010 1000011 10101

Color Harmonies of #58125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58125B

Black with #58125B

Text Example


Text Example

White with #58125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58125B; }

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

 H1.HeaderClassName
 {
   color: #58125B;
 }
 .AnyTagClassName
 {
   color: #58125B;
 }
</style>

background-color css

<style>
 a { background-color: #58125B; }

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

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

border-color css

<style>
 span { border-color: #58125B; }

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

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