Html Css Color HEX #5939BF Purple Heart

📋 copy color: '#5939BF'

red 89 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #5939BF

Tints of Purple Heart #5939BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 26.41%
G = 16.91%
B = 56.68%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5939BF (or 0x5939BF) is known color: Purple Heart. HEX triplet: 59, 39 and BF. RGB value is (89,57,191). Sum of RGB (Red+Green+Blue) = 89+57+191=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #5939BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939BF is #A6C640. Grayscale: #515151. Windows color (decimal): -10929729 or 12532057. OLE color: 12532057.

HSL color Cylindrical-coordinate representation of color #5939BF: hue angle of 254.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5939BF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 57 191 -
CMYK 0.53 0.70 0 0.25
HSL 254.33º 0.54% 0.49% -
HSV(B) 254.33º 0.7% 0.75% -
XYZ 14.99 8.81 50.2 -
YUV 81.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 89 57 191 0.53 0.70 0 0.25 254.33 0.54 0.49
Hex 59 39 BF 35 46 0 19 FE 36 31
Octal 131 71 277 65 106 0 31 376 66 61
Binary 1011001 111001 10111111 110101 1000110 0 11001 11111110 110110 110001

Color Harmonies of #5939BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5939BF

Black with #5939BF

Text Example


Text Example

White with #5939BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5939BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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