Html Css Color HEX #591468 Hot Purple

📋 copy color: '#591468'

red 89 ◦ green 20 ◦ blue 104

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

Shades of Hot Purple #591468

Tints of Hot Purple #591468

RGB

 RED value IS 89 (35.16% from 255) = 41.78%

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 41.78%
G = 9.39%
B = 48.83%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#591468 (or 0x591468) is known color: Hot Purple. HEX triplet: 59, 14 and 68. RGB value is (89,20,104). Sum of RGB (Red+Green+Blue) = 89+20+104=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #591468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591468 is #A6EB97. Grayscale: #313131. Windows color (decimal): -10939288 or 6820953. OLE color: 6820953.

HSL color Cylindrical-coordinate representation of color #591468: hue angle of 289.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591468 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 20 104 -
CMYK 0.14 0.81 0 0.59
HSL 289.29º 0.68% 0.24% -
HSV(B) 289.29º 0.81% 0.41% -
XYZ 6.87 3.62 13.43 -
YUV 50.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 89 20 104 0.14 0.81 0 0.59 289.29 0.68 0.24
Hex 59 14 68 E 51 0 3B 121 44 18
Octal 131 24 150 16 121 0 73 441 104 30
Binary 1011001 10100 1101000 1110 1010001 0 111011 100100001 1000100 11000

Color Harmonies of #591468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591468

Black with #591468

Text Example


Text Example

White with #591468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591468; }

 p { color: rgb(89,20,104); }

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

background-color css

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

 a { background-color: rgb(89,20,104); }

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

border-color css

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

 span { border-color: rgb(89,20,104); }

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