Html Css Color HEX #582360 Hot Purple

📋 copy color: '#582360'

red 88 ◦ green 35 ◦ blue 96

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

Shades of Hot Purple #582360

Tints of Hot Purple #582360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 40.18%
G = 15.98%
B = 43.84%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582360 (or 0x582360) is known color: Hot Purple. HEX triplet: 58, 23 and 60. RGB value is (88,35,96). Sum of RGB (Red+Green+Blue) = 88+35+96=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #582360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582360 is #A7DC9F. Grayscale: #393939. Windows color (decimal): -11000992 or 6300504. OLE color: 6300504.

HSL color Cylindrical-coordinate representation of color #582360: hue angle of 292.13º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582360 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 35 96 -
CMYK 0.08 0.64 0 0.62
HSL 292.13º 0.47% 0.26% -
HSV(B) 292.13º 0.64% 0.38% -
XYZ 6.74 4.12 11.51 -
YUV 57.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 88 35 96 0.08 0.64 0 0.62 292.13 0.47 0.26
Hex 58 23 60 8 40 0 3E 124 2F 1A
Octal 130 43 140 10 100 0 76 444 57 32
Binary 1011000 100011 1100000 1000 1000000 0 111110 100100100 101111 11010

Color Harmonies of #582360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582360

Black with #582360

Text Example


Text Example

White with #582360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582360; }

 p { color: rgb(88,35,96); }

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

background-color css

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

 a { background-color: rgb(88,35,96); }

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

border-color css

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

 span { border-color: rgb(88,35,96); }

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