Html Css Color HEX #58065C Palatinate Purple

📋 copy color: '#58065C'

red 88 ◦ green 6 ◦ blue 92

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

Shades of Palatinate Purple #58065C

Tints of Palatinate Purple #58065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.46%

R = 47.31%
G = 3.23%
B = 49.46%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58065C (or 0x58065C) is known color: Palatinate Purple. HEX triplet: 58, 06 and 5C. RGB value is (88,6,92). Sum of RGB (Red+Green+Blue) = 88+6+92=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #58065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58065C is #A7F9A3. Grayscale: #282828. Windows color (decimal): -11008420 or 6030936. OLE color: 6030936.

HSL color Cylindrical-coordinate representation of color #58065C: hue angle of 297.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58065C is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 6 92 -
CMYK 0.04 0.93 0 0.64
HSL 297.21º 0.88% 0.19% -
HSV(B) 297.21º 0.93% 0.36% -
XYZ 6.02 2.98 10.38 -
YUV 40.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 88 6 92 0.04 0.93 0 0.64 297.21 0.88 0.19
Hex 58 6 5C 4 5D 0 40 129 58 13
Octal 130 6 134 4 135 0 100 451 130 23
Binary 1011000 110 1011100 100 1011101 0 1000000 100101001 1011000 10011

Color Harmonies of #58065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58065C

Black with #58065C

Text Example


Text Example

White with #58065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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