Html Css Color HEX #58035D Palatinate Purple

📋 copy color: '#58035D'

red 88 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #58035D

Tints of Palatinate Purple #58035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 47.83%
G = 1.63%
B = 50.54%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58035D (or 0x58035D) is known color: Palatinate Purple. HEX triplet: 58, 03 and 5D. RGB value is (88,3,93). Sum of RGB (Red+Green+Blue) = 88+3+93=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #58035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58035D is #A7FCA2. Grayscale: #262626. Windows color (decimal): -11009187 or 6095704. OLE color: 6095704.

HSL color Cylindrical-coordinate representation of color #58035D: hue angle of 296.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58035D is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 3 93 -
CMYK 0.05 0.97 0 0.64
HSL 296.67º 0.94% 0.19% -
HSV(B) 296.67º 0.97% 0.36% -
XYZ 6.03 2.93 10.6 -
YUV 38.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 88 3 93 0.05 0.97 0 0.64 296.67 0.94 0.19
Hex 58 3 5D 5 61 0 40 129 5E 13
Octal 130 3 135 5 141 0 100 451 136 23
Binary 1011000 11 1011101 101 1100001 0 1000000 100101001 1011110 10011

Color Harmonies of #58035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58035D

Black with #58035D

Text Example


Text Example

White with #58035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58035D; }

 p { color: rgb(88,3,93); }

 H1.HeaderClassName
 {
   color: #58035D;
 }
 .AnyTagClassName
 {
   color: #58035D;
 }
</style>

background-color css

<style>
 a { background-color: #58035D; }

 a { background-color: rgb(88,3,93); }

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

border-color css

<style>
 span { border-color: #58035D; }

 span { border-color: rgb(88,3,93); }

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