Html Css Color HEX #58345A Hot Purple

📋 copy color: '#58345A'

red 88 ◦ green 52 ◦ blue 90

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

Shades of Hot Purple #58345A

Tints of Hot Purple #58345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 38.26%
G = 22.61%
B = 39.13%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58345A (or 0x58345A) is known color: Hot Purple. HEX triplet: 58, 34 and 5A. RGB value is (88,52,90). Sum of RGB (Red+Green+Blue) = 88+52+90=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #58345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58345A is #A7CBA5. Grayscale: #424242. Windows color (decimal): -10996646 or 5911640. OLE color: 5911640.

HSL color Cylindrical-coordinate representation of color #58345A: hue angle of 296.84º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58345A is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 90 -
CMYK 0.02 0.42 0 0.65
HSL 296.84º 0.27% 0.28% -
HSV(B) 296.84º 0.42% 0.35% -
XYZ 7.1 5.27 10.32 -
YUV 67.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 88 52 90 0.02 0.42 0 0.65 296.84 0.27 0.28
Hex 58 34 5A 2 2A 0 41 129 1B 1C
Octal 130 64 132 2 52 0 101 451 33 34
Binary 1011000 110100 1011010 10 101010 0 1000001 100101001 11011 11100

Color Harmonies of #58345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58345A

Black with #58345A

Text Example


Text Example

White with #58345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58345A; }

 p { color: rgb(88,52,90); }

 H1.HeaderClassName
 {
   color: #58345A;
 }
 .AnyTagClassName
 {
   color: #58345A;
 }
</style>

background-color css

<style>
 a { background-color: #58345A; }

 a { background-color: rgb(88,52,90); }

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

border-color css

<style>
 span { border-color: #58345A; }

 span { border-color: rgb(88,52,90); }

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