Html Css Color HEX #58065E Palatinate Purple

📋 copy color: '#58065E'

red 88 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #58065E

Tints of Palatinate Purple #58065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

 BLUE value IS 94 (37.11% from 255) = 50%

R = 46.81%
G = 3.19%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58065E (or 0x58065E) is known color: Palatinate Purple. HEX triplet: 58, 06 and 5E. RGB value is (88,6,94). Sum of RGB (Red+Green+Blue) = 88+6+94=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #58065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58065E is #A7F9A1. Grayscale: #282828. Windows color (decimal): -11008418 or 6162008. OLE color: 6162008.

HSL color Cylindrical-coordinate representation of color #58065E: hue angle of 295.91º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58065E is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 6 94 -
CMYK 0.06 0.94 0 0.63
HSL 295.91º 0.88% 0.2% -
HSV(B) 295.91º 0.94% 0.37% -
XYZ 6.11 3.01 10.85 -
YUV 40.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 88 6 94 0.06 0.94 0 0.63 295.91 0.88 0.2
Hex 58 6 5E 6 5E 0 3F 128 58 14
Octal 130 6 136 6 136 0 77 450 130 24
Binary 1011000 110 1011110 110 1011110 0 111111 100101000 1011000 10100

Color Harmonies of #58065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58065E

Black with #58065E

Text Example


Text Example

White with #58065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58065E; }

 p { color: rgb(88,6,94); }

 H1.HeaderClassName
 {
   color: #58065E;
 }
 .AnyTagClassName
 {
   color: #58065E;
 }
</style>

background-color css

<style>
 a { background-color: #58065E; }

 a { background-color: rgb(88,6,94); }

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

border-color css

<style>
 span { border-color: #58065E; }

 span { border-color: rgb(88,6,94); }

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