Html Css Color HEX #592FBB Purple Heart

📋 copy color: '#592FBB'

red 89 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #592FBB

Tints of Purple Heart #592FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 27.55%
G = 14.55%
B = 57.89%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#592FBB (or 0x592FBB) is known color: Purple Heart. HEX triplet: 59, 2F and BB. RGB value is (89,47,187). Sum of RGB (Red+Green+Blue) = 89+47+187=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #592FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FBB is #A6D044. Grayscale: #4B4B4B. Windows color (decimal): -10932293 or 12267353. OLE color: 12267353.

HSL color Cylindrical-coordinate representation of color #592FBB: hue angle of 258º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592FBB is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 47 187 -
CMYK 0.52 0.75 0 0.27
HSL 258º 0.6% 0.46% -
HSV(B) 258º 0.75% 0.73% -
XYZ 14.11 7.74 47.77 -
YUV 75.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 89 47 187 0.52 0.75 0 0.27 258 0.6 0.46
Hex 59 2F BB 34 4B 0 1B 102 3C 2E
Octal 131 57 273 64 113 0 33 402 74 56
Binary 1011001 101111 10111011 110100 1001011 0 11011 100000010 111100 101110

Color Harmonies of #592FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FBB

Black with #592FBB

Text Example


Text Example

White with #592FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,47,187); }

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

background-color css

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

 a { background-color: rgb(89,47,187); }

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

border-color css

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

 span { border-color: rgb(89,47,187); }

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