Html Css Color HEX #58075B Palatinate Purple

📋 copy color: '#58075B'

red 88 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #58075B

Tints of Palatinate Purple #58075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 47.31%
G = 3.76%
B = 48.92%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58075B (or 0x58075B) is known color: Palatinate Purple. HEX triplet: 58, 07 and 5B. RGB value is (88,7,91). Sum of RGB (Red+Green+Blue) = 88+7+91=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #58075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58075B is #A7F8A4. Grayscale: #282828. Windows color (decimal): -11008165 or 5965656. OLE color: 5965656.

HSL color Cylindrical-coordinate representation of color #58075B: hue angle of 297.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58075B is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 7 91 -
CMYK 0.03 0.92 0 0.64
HSL 297.86º 0.86% 0.19% -
HSV(B) 297.86º 0.92% 0.36% -
XYZ 5.99 2.98 10.16 -
YUV 40.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 88 7 91 0.03 0.92 0 0.64 297.86 0.86 0.19
Hex 58 7 5B 3 5C 0 40 12A 56 13
Octal 130 7 133 3 134 0 100 452 126 23
Binary 1011000 111 1011011 11 1011100 0 1000000 100101010 1010110 10011

Color Harmonies of #58075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58075B

Black with #58075B

Text Example


Text Example

White with #58075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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