Html Css Color HEX #5439BE Purple Heart

📋 copy color: '#5439BE'

red 84 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #5439BE

Tints of Purple Heart #5439BE

RGB

 RED value IS 84 (33.2% from 255) = 25.38%

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 25.38%
G = 17.22%
B = 57.4%

CMYK

 C value IS 0.56

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5439BE (or 0x5439BE) is known color: Purple Heart. HEX triplet: 54, 39 and BE. RGB value is (84,57,190). Sum of RGB (Red+Green+Blue) = 84+57+190=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #5439BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5439BE is #ABC641. Grayscale: #4F4F4F. Windows color (decimal): -11257410 or 12466516. OLE color: 12466516.

HSL color Cylindrical-coordinate representation of color #5439BE: hue angle of 252.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5439BE is Cyan = 0.56, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 57 190 -
CMYK 0.56 0.7 0 0.25
HSL 252.18º 0.54% 0.48% -
HSV(B) 252.18º 0.7% 0.75% -
XYZ 14.41 8.53 49.6 -
YUV 80.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 84 57 190 0.56 0.7 0 0.25 252.18 0.54 0.48
Hex 54 39 BE 38 46 0 19 FC 36 30
Octal 124 71 276 70 106 0 31 374 66 60
Binary 1010100 111001 10111110 111000 1000110 0 11001 11111100 110110 110000

Color Harmonies of #5439BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5439BE

Black with #5439BE

Text Example


Text Example

White with #5439BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5439BE; }

 p { color: rgb(84,57,190); }

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

background-color css

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

 a { background-color: rgb(84,57,190); }

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

border-color css

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

 span { border-color: rgb(84,57,190); }

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