Html Css Color HEX #582660 Hot Purple

📋 copy color: '#582660'

red 88 ◦ green 38 ◦ blue 96

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

Shades of Hot Purple #582660

Tints of Hot Purple #582660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 39.64%
G = 17.12%
B = 43.24%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582660 (or 0x582660) is known color: Hot Purple. HEX triplet: 58, 26 and 60. RGB value is (88,38,96). Sum of RGB (Red+Green+Blue) = 88+38+96=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #582660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582660 is #A7D99F. Grayscale: #3B3B3B. Windows color (decimal): -11000224 or 6301272. OLE color: 6301272.

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

Color convert

RGB 88 38 96 -
CMYK 0.08 0.60 0 0.62
HSL 291.72º 0.43% 0.26% -
HSV(B) 291.72º 0.6% 0.38% -
XYZ 6.83 4.31 11.54 -
YUV 59.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 88 38 96 0.08 0.60 0 0.62 291.72 0.43 0.26
Hex 58 26 60 8 3C 0 3E 124 2B 1A
Octal 130 46 140 10 74 0 76 444 53 32
Binary 1011000 100110 1100000 1000 111100 0 111110 100100100 101011 11010

Color Harmonies of #582660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582660

Black with #582660

Text Example


Text Example

White with #582660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582660; }

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

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

background-color css

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

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

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

border-color css

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

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

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