Html Css Color HEX #582364 Hot Purple

📋 copy color: '#582364'

red 88 ◦ green 35 ◦ blue 100

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

Shades of Hot Purple #582364

Tints of Hot Purple #582364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 39.46%
G = 15.7%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#582364 (or 0x582364) is known color: Hot Purple. HEX triplet: 58, 23 and 64. RGB value is (88,35,100). Sum of RGB (Red+Green+Blue) = 88+35+100=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #582364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582364 is #A7DC9B. Grayscale: #3A3A3A. Windows color (decimal): -11000988 or 6562648. OLE color: 6562648.

HSL color Cylindrical-coordinate representation of color #582364: hue angle of 288.92º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582364 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 35 100 -
CMYK 0.12 0.65 0 0.61
HSL 288.92º 0.48% 0.26% -
HSV(B) 288.92º 0.65% 0.39% -
XYZ 6.93 4.2 12.5 -
YUV 58.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 88 35 100 0.12 0.65 0 0.61 288.92 0.48 0.26
Hex 58 23 64 C 41 0 3D 121 30 1A
Octal 130 43 144 14 101 0 75 441 60 32
Binary 1011000 100011 1100100 1100 1000001 0 111101 100100001 110000 11010

Color Harmonies of #582364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582364

Black with #582364

Text Example


Text Example

White with #582364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582364; }

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

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

background-color css

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

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

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

border-color css

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

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

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