Html Css Color HEX #58035C Palatinate Purple

📋 copy color: '#58035C'

red 88 ◦ green 3 ◦ blue 92

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

Shades of Palatinate Purple #58035C

Tints of Palatinate Purple #58035C

RGB

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

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

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

R = 48.09%
G = 1.64%
B = 50.27%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58035C (or 0x58035C) is known color: Palatinate Purple. HEX triplet: 58, 03 and 5C. RGB value is (88,3,92). Sum of RGB (Red+Green+Blue) = 88+3+92=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #58035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58035C is #A7FCA3. Grayscale: #262626. Windows color (decimal): -11009188 or 6030168. OLE color: 6030168.

HSL color Cylindrical-coordinate representation of color #58035C: hue angle of 297.3º 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 #58035C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 3 92 -
CMYK 0.04 0.97 0 0.64
HSL 297.3º 0.94% 0.19% -
HSV(B) 297.3º 0.97% 0.36% -
XYZ 5.99 2.91 10.37 -
YUV 38.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 88 3 92 0.04 0.97 0 0.64 297.3 0.94 0.19
Hex 58 3 5C 4 61 0 40 129 5E 13
Octal 130 3 134 4 141 0 100 451 136 23
Binary 1011000 11 1011100 100 1100001 0 1000000 100101001 1011110 10011

Color Harmonies of #58035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58035C

Black with #58035C

Text Example


Text Example

White with #58035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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