Html Css Color HEX #58125C Palatinate Purple

📋 copy color: '#58125C'

red 88 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #58125C

Tints of Palatinate Purple #58125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 44.44%
G = 9.09%
B = 46.46%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58125C (or 0x58125C) is known color: Palatinate Purple. HEX triplet: 58, 12 and 5C. RGB value is (88,18,92). Sum of RGB (Red+Green+Blue) = 88+18+92=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #58125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58125C is #A7EDA3. Grayscale: #2F2F2F. Windows color (decimal): -11005348 or 6034008. OLE color: 6034008.

HSL color Cylindrical-coordinate representation of color #58125C: hue angle of 296.76º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58125C is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 18 92 -
CMYK 0.04 0.80 0 0.64
HSL 296.76º 0.67% 0.22% -
HSV(B) 296.76º 0.8% 0.36% -
XYZ 6.17 3.28 10.43 -
YUV 47.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 88 18 92 0.04 0.80 0 0.64 296.76 0.67 0.22
Hex 58 12 5C 4 50 0 40 129 43 16
Octal 130 22 134 4 120 0 100 451 103 26
Binary 1011000 10010 1011100 100 1010000 0 1000000 100101001 1000011 10110

Color Harmonies of #58125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58125C

Black with #58125C

Text Example


Text Example

White with #58125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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