Html Css Color HEX #592065 Hot Purple

📋 copy color: '#592065'

red 89 ◦ green 32 ◦ blue 101

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

Shades of Hot Purple #592065

Tints of Hot Purple #592065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 40.09%
G = 14.41%
B = 45.5%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#592065 (or 0x592065) is known color: Hot Purple. HEX triplet: 59, 20 and 65. RGB value is (89,32,101). Sum of RGB (Red+Green+Blue) = 89+32+101=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #592065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592065 is #A6DF9A. Grayscale: #383838. Windows color (decimal): -10936219 or 6627417. OLE color: 6627417.

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

Color convert

RGB 89 32 101 -
CMYK 0.12 0.68 0 0.60
HSL 289.57º 0.52% 0.26% -
HSV(B) 289.57º 0.68% 0.4% -
XYZ 6.99 4.1 12.73 -
YUV 56.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 89 32 101 0.12 0.68 0 0.60 289.57 0.52 0.26
Hex 59 20 65 C 44 0 3C 122 34 1A
Octal 131 40 145 14 104 0 74 442 64 32
Binary 1011001 100000 1100101 1100 1000100 0 111100 100100010 110100 11010

Color Harmonies of #592065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592065

Black with #592065

Text Example


Text Example

White with #592065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592065; }

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

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

background-color css

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

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

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

border-color css

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

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

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