Html Css Color HEX #58135D Hot Purple

📋 copy color: '#58135D'

red 88 ◦ green 19 ◦ blue 93

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

Shades of Hot Purple #58135D

Tints of Hot Purple #58135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 44%
G = 9.5%
B = 46.5%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58135D (or 0x58135D) is known color: Hot Purple. HEX triplet: 58, 13 and 5D. RGB value is (88,19,93). Sum of RGB (Red+Green+Blue) = 88+19+93=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #58135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135D is #A7ECA2. Grayscale: #2F2F2F. Windows color (decimal): -11005091 or 6099800. OLE color: 6099800.

HSL color Cylindrical-coordinate representation of color #58135D: hue angle of 295.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58135D is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 19 93 -
CMYK 0.05 0.80 0 0.64
HSL 295.95º 0.66% 0.22% -
HSV(B) 295.95º 0.8% 0.36% -
XYZ 6.23 3.33 10.67 -
YUV 48.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 88 19 93 0.05 0.80 0 0.64 295.95 0.66 0.22
Hex 58 13 5D 5 50 0 40 128 42 16
Octal 130 23 135 5 120 0 100 450 102 26
Binary 1011000 10011 1011101 101 1010000 0 1000000 100101000 1000010 10110

Color Harmonies of #58135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58135D

Black with #58135D

Text Example


Text Example

White with #58135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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