Html Css Color HEX #58395A Hot Purple

📋 copy color: '#58395A'

red 88 ◦ green 57 ◦ blue 90

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

Shades of Hot Purple #58395A

Tints of Hot Purple #58395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 37.45%
G = 24.26%
B = 38.3%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58395A (or 0x58395A) is known color: Hot Purple. HEX triplet: 58, 39 and 5A. RGB value is (88,57,90). Sum of RGB (Red+Green+Blue) = 88+57+90=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #58395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58395A is #A7C6A5. Grayscale: #454545. Windows color (decimal): -10995366 or 5912920. OLE color: 5912920.

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

Color convert

RGB 88 57 90 -
CMYK 0.02 0.37 0 0.65
HSL 296.36º 0.22% 0.29% -
HSV(B) 296.36º 0.37% 0.35% -
XYZ 7.33 5.74 10.39 -
YUV 70.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 88 57 90 0.02 0.37 0 0.65 296.36 0.22 0.29
Hex 58 39 5A 2 25 0 41 128 16 1D
Octal 130 71 132 2 45 0 101 450 26 35
Binary 1011000 111001 1011010 10 100101 0 1000001 100101000 10110 11101

Color Harmonies of #58395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58395A

Black with #58395A

Text Example


Text Example

White with #58395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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