Html Css Color HEX #58285A Hot Purple

📋 copy color: '#58285A'

red 88 ◦ green 40 ◦ blue 90

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

Shades of Hot Purple #58285A

Tints of Hot Purple #58285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 40.37%
G = 18.35%
B = 41.28%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58285A (or 0x58285A) is known color: Hot Purple. HEX triplet: 58, 28 and 5A. RGB value is (88,40,90). Sum of RGB (Red+Green+Blue) = 88+40+90=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #58285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58285A is #A7D7A5. Grayscale: #3B3B3B. Windows color (decimal): -10999718 or 5908568. OLE color: 5908568.

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

Color convert

RGB 88 40 90 -
CMYK 0.02 0.56 0 0.65
HSL 297.6º 0.38% 0.25% -
HSV(B) 297.6º 0.56% 0.35% -
XYZ 6.63 4.33 10.16 -
YUV 60.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 88 40 90 0.02 0.56 0 0.65 297.6 0.38 0.25
Hex 58 28 5A 2 38 0 41 12A 26 19
Octal 130 50 132 2 70 0 101 452 46 31
Binary 1011000 101000 1011010 10 111000 0 1000001 100101010 100110 11001

Color Harmonies of #58285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58285A

Black with #58285A

Text Example


Text Example

White with #58285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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