Html Css Color HEX #58225D Hot Purple

📋 copy color: '#58225D'

red 88 ◦ green 34 ◦ blue 93

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

Shades of Hot Purple #58225D

Tints of Hot Purple #58225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 40.93%
G = 15.81%
B = 43.26%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58225D (or 0x58225D) is known color: Hot Purple. HEX triplet: 58, 22 and 5D. RGB value is (88,34,93). Sum of RGB (Red+Green+Blue) = 88+34+93=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #58225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58225D is #A7DDA2. Grayscale: #383838. Windows color (decimal): -11001251 or 6103640. OLE color: 6103640.

HSL color Cylindrical-coordinate representation of color #58225D: hue angle of 294.92º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58225D is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 34 93 -
CMYK 0.05 0.63 0 0.64
HSL 294.92º 0.46% 0.25% -
HSV(B) 294.92º 0.63% 0.36% -
XYZ 6.57 4.01 10.78 -
YUV 56.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 88 34 93 0.05 0.63 0 0.64 294.92 0.46 0.25
Hex 58 22 5D 5 3F 0 40 127 2E 19
Octal 130 42 135 5 77 0 100 447 56 31
Binary 1011000 100010 1011101 101 111111 0 1000000 100100111 101110 11001

Color Harmonies of #58225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58225D

Black with #58225D

Text Example


Text Example

White with #58225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58225D; }

 p { color: rgb(88,34,93); }

 H1.HeaderClassName
 {
   color: #58225D;
 }
 .AnyTagClassName
 {
   color: #58225D;
 }
</style>

background-color css

<style>
 a { background-color: #58225D; }

 a { background-color: rgb(88,34,93); }

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

border-color css

<style>
 span { border-color: #58225D; }

 span { border-color: rgb(88,34,93); }

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