Html Css Color HEX #583460 Hot Purple

📋 copy color: '#583460'

red 88 ◦ green 52 ◦ blue 96

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

Shades of Hot Purple #583460

Tints of Hot Purple #583460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 37.29%
G = 22.03%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#583460 (or 0x583460) is known color: Hot Purple. HEX triplet: 58, 34 and 60. RGB value is (88,52,96). Sum of RGB (Red+Green+Blue) = 88+52+96=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #583460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583460 is #A7CB9F. Grayscale: #434343. Windows color (decimal): -10996640 or 6304856. OLE color: 6304856.

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

Color convert

RGB 88 52 96 -
CMYK 0.08 0.46 0 0.62
HSL 289.09º 0.3% 0.29% -
HSV(B) 289.09º 0.46% 0.38% -
XYZ 7.36 5.38 11.72 -
YUV 67.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 88 52 96 0.08 0.46 0 0.62 289.09 0.3 0.29
Hex 58 34 60 8 2E 0 3E 121 1E 1D
Octal 130 64 140 10 56 0 76 441 36 35
Binary 1011000 110100 1100000 1000 101110 0 111110 100100001 11110 11101

Color Harmonies of #583460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583460

Black with #583460

Text Example


Text Example

White with #583460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583460; }

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

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

background-color css

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

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

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

border-color css

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

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

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