Html Css Color HEX #582362 Hot Purple

📋 copy color: '#582362'

red 88 ◦ green 35 ◦ blue 98

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

Shades of Hot Purple #582362

Tints of Hot Purple #582362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 39.82%
G = 15.84%
B = 44.34%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582362 (or 0x582362) is known color: Hot Purple. HEX triplet: 58, 23 and 62. RGB value is (88,35,98). Sum of RGB (Red+Green+Blue) = 88+35+98=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #582362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582362 is #A7DC9D. Grayscale: #393939. Windows color (decimal): -11000990 or 6431576. OLE color: 6431576.

HSL color Cylindrical-coordinate representation of color #582362: hue angle of 290.48º 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 #582362 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 35 98 -
CMYK 0.10 0.64 0 0.62
HSL 290.48º 0.47% 0.26% -
HSV(B) 290.48º 0.64% 0.38% -
XYZ 6.83 4.16 12 -
YUV 58.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 88 35 98 0.10 0.64 0 0.62 290.48 0.47 0.26
Hex 58 23 62 A 40 0 3E 122 2F 1A
Octal 130 43 142 12 100 0 76 442 57 32
Binary 1011000 100011 1100010 1010 1000000 0 111110 100100010 101111 11010

Color Harmonies of #582362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582362

Black with #582362

Text Example


Text Example

White with #582362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582362; }

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

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

background-color css

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

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

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

border-color css

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

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

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