Html Css Color HEX #58385A Hot Purple

📋 copy color: '#58385A'

red 88 ◦ green 56 ◦ blue 90

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

Shades of Hot Purple #58385A

Tints of Hot Purple #58385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 37.61%
G = 23.93%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58385A (or 0x58385A) is known color: Hot Purple. HEX triplet: 58, 38 and 5A. RGB value is (88,56,90). Sum of RGB (Red+Green+Blue) = 88+56+90=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #58385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58385A is #A7C7A5. Grayscale: #454545. Windows color (decimal): -10995622 or 5912664. OLE color: 5912664.

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

Color convert

RGB 88 56 90 -
CMYK 0.02 0.38 0 0.65
HSL 296.47º 0.23% 0.29% -
HSV(B) 296.47º 0.38% 0.35% -
XYZ 7.28 5.64 10.38 -
YUV 69.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 88 56 90 0.02 0.38 0 0.65 296.47 0.23 0.29
Hex 58 38 5A 2 26 0 41 128 17 1D
Octal 130 70 132 2 46 0 101 450 27 35
Binary 1011000 111000 1011010 10 100110 0 1000001 100101000 10111 11101

Color Harmonies of #58385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58385A

Black with #58385A

Text Example


Text Example

White with #58385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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