Html Css Color HEX #58255D Hot Purple

📋 copy color: '#58255D'

red 88 ◦ green 37 ◦ blue 93

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

Shades of Hot Purple #58255D

Tints of Hot Purple #58255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 40.37%
G = 16.97%
B = 42.66%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58255D (or 0x58255D) is known color: Hot Purple. HEX triplet: 58, 25 and 5D. RGB value is (88,37,93). Sum of RGB (Red+Green+Blue) = 88+37+93=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #58255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58255D is #A7DAA2. Grayscale: #3A3A3A. Windows color (decimal): -11000483 or 6104408. OLE color: 6104408.

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

Color convert

RGB 88 37 93 -
CMYK 0.05 0.60 0 0.64
HSL 294.64º 0.43% 0.25% -
HSV(B) 294.64º 0.6% 0.36% -
XYZ 6.66 4.19 10.81 -
YUV 58.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 88 37 93 0.05 0.60 0 0.64 294.64 0.43 0.25
Hex 58 25 5D 5 3C 0 40 127 2B 19
Octal 130 45 135 5 74 0 100 447 53 31
Binary 1011000 100101 1011101 101 111100 0 1000000 100100111 101011 11001

Color Harmonies of #58255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58255D

Black with #58255D

Text Example


Text Example

White with #58255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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