Html Css Color HEX #592BBF Purple Heart

📋 copy color: '#592BBF'

red 89 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #592BBF

Tints of Purple Heart #592BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 191 (75% from 255) = 59.13%

R = 27.55%
G = 13.31%
B = 59.13%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#592BBF (or 0x592BBF) is known color: Purple Heart. HEX triplet: 59, 2B and BF. RGB value is (89,43,191). Sum of RGB (Red+Green+Blue) = 89+43+191=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #592BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BBF is #A6D440. Grayscale: #494949. Windows color (decimal): -10933313 or 12528473. OLE color: 12528473.

HSL color Cylindrical-coordinate representation of color #592BBF: hue angle of 258.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592BBF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 43 191 -
CMYK 0.53 0.77 0 0.25
HSL 258.65º 0.63% 0.46% -
HSV(B) 258.65º 0.77% 0.75% -
XYZ 14.39 7.61 50 -
YUV 73.63 194.24 138.97 -
System Red Green Blue C M Y K H S L
Decimal 89 43 191 0.53 0.77 0 0.25 258.65 0.63 0.46
Hex 59 2B BF 35 4D 0 19 103 3F 2E
Octal 131 53 277 65 115 0 31 403 77 56
Binary 1011001 101011 10111111 110101 1001101 0 11001 100000011 111111 101110

Color Harmonies of #592BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BBF

Black with #592BBF

Text Example


Text Example

White with #592BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592BBF; }

 p { color: rgb(89,43,191); }

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

background-color css

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

 a { background-color: rgb(89,43,191); }

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

border-color css

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

 span { border-color: rgb(89,43,191); }

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