Html Css Color HEX #592965 Hot Purple

📋 copy color: '#592965'

red 89 ◦ green 41 ◦ blue 101

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

Shades of Hot Purple #592965

Tints of Hot Purple #592965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 38.53%
G = 17.75%
B = 43.72%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#592965 (or 0x592965) is known color: Hot Purple. HEX triplet: 59, 29 and 65. RGB value is (89,41,101). Sum of RGB (Red+Green+Blue) = 89+41+101=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #592965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592965 is #A6D69A. Grayscale: #3E3E3E. Windows color (decimal): -10933915 or 6629721. OLE color: 6629721.

HSL color Cylindrical-coordinate representation of color #592965: hue angle of 288º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #592965 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 41 101 -
CMYK 0.12 0.59 0 0.60
HSL 288º 0.42% 0.28% -
HSV(B) 288º 0.59% 0.4% -
XYZ 7.26 4.65 12.83 -
YUV 62.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 89 41 101 0.12 0.59 0 0.60 288 0.42 0.28
Hex 59 29 65 C 3B 0 3C 120 2A 1C
Octal 131 51 145 14 73 0 74 440 52 34
Binary 1011001 101001 1100101 1100 111011 0 111100 100100000 101010 11100

Color Harmonies of #592965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592965

Black with #592965

Text Example


Text Example

White with #592965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592965; }

 p { color: rgb(89,41,101); }

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

background-color css

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

 a { background-color: rgb(89,41,101); }

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

border-color css

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

 span { border-color: rgb(89,41,101); }

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