Html Css Color HEX #58145C Hot Purple

📋 copy color: '#58145C'

red 88 ◦ green 20 ◦ blue 92

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

Shades of Hot Purple #58145C

Tints of Hot Purple #58145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 44%
G = 10%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58145C (or 0x58145C) is known color: Hot Purple. HEX triplet: 58, 14 and 5C. RGB value is (88,20,92). Sum of RGB (Red+Green+Blue) = 88+20+92=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #58145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58145C is #A7EBA3. Grayscale: #303030. Windows color (decimal): -11004836 or 6034520. OLE color: 6034520.

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

Color convert

RGB 88 20 92 -
CMYK 0.04 0.78 0 0.64
HSL 296.67º 0.64% 0.22% -
HSV(B) 296.67º 0.78% 0.36% -
XYZ 6.21 3.35 10.44 -
YUV 48.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 88 20 92 0.04 0.78 0 0.64 296.67 0.64 0.22
Hex 58 14 5C 4 4E 0 40 129 40 16
Octal 130 24 134 4 116 0 100 451 100 26
Binary 1011000 10100 1011100 100 1001110 0 1000000 100101001 1000000 10110

Color Harmonies of #58145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58145C

Black with #58145C

Text Example


Text Example

White with #58145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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