Html Css Color HEX #582462 Hot Purple

📋 copy color: '#582462'

red 88 ◦ green 36 ◦ blue 98

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

Shades of Hot Purple #582462

Tints of Hot Purple #582462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 39.64%
G = 16.22%
B = 44.14%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582462 (or 0x582462) is known color: Hot Purple. HEX triplet: 58, 24 and 62. RGB value is (88,36,98). Sum of RGB (Red+Green+Blue) = 88+36+98=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #582462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582462 is #A7DB9D. Grayscale: #3A3A3A. Windows color (decimal): -11000734 or 6431832. OLE color: 6431832.

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

Color convert

RGB 88 36 98 -
CMYK 0.10 0.63 0 0.62
HSL 290.32º 0.46% 0.26% -
HSV(B) 290.32º 0.63% 0.38% -
XYZ 6.86 4.22 12.01 -
YUV 58.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 88 36 98 0.10 0.63 0 0.62 290.32 0.46 0.26
Hex 58 24 62 A 3F 0 3E 122 2E 1A
Octal 130 44 142 12 77 0 76 442 56 32
Binary 1011000 100100 1100010 1010 111111 0 111110 100100010 101110 11010

Color Harmonies of #582462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582462

Black with #582462

Text Example


Text Example

White with #582462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582462; }

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

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

background-color css

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

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

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

border-color css

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

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

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