Html Css Color HEX #592FBC Purple Heart

📋 copy color: '#592FBC'

red 89 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #592FBC

Tints of Purple Heart #592FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 27.47%
G = 14.51%
B = 58.02%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#592FBC (or 0x592FBC) is known color: Purple Heart. HEX triplet: 59, 2F and BC. RGB value is (89,47,188). Sum of RGB (Red+Green+Blue) = 89+47+188=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #592FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FBC is #A6D043. Grayscale: #4B4B4B. Windows color (decimal): -10932292 or 12332889. OLE color: 12332889.

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

Color convert

RGB 89 47 188 -
CMYK 0.53 0.75 0 0.26
HSL 257.87º 0.6% 0.46% -
HSV(B) 257.87º 0.75% 0.74% -
XYZ 14.21 7.79 48.33 -
YUV 75.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 89 47 188 0.53 0.75 0 0.26 257.87 0.6 0.46
Hex 59 2F BC 35 4B 0 1A 102 3C 2E
Octal 131 57 274 65 113 0 32 402 74 56
Binary 1011001 101111 10111100 110101 1001011 0 11010 100000010 111100 101110

Color Harmonies of #592FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FBC

Black with #592FBC

Text Example


Text Example

White with #592FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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