Html Css Color HEX #5437CF Purple Heart

📋 copy color: '#5437CF'

red 84 ◦ green 55 ◦ blue 207

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

Shades of Purple Heart #5437CF

Tints of Purple Heart #5437CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 24.28%
G = 15.9%
B = 59.83%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5437CF (or 0x5437CF) is known color: Purple Heart. HEX triplet: 54, 37 and CF. RGB value is (84,55,207). Sum of RGB (Red+Green+Blue) = 84+55+207=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #5437CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437CF is #ABC830. Grayscale: #505050. Windows color (decimal): -11257905 or 13580116. OLE color: 13580116.

HSL color Cylindrical-coordinate representation of color #5437CF: hue angle of 251.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5437CF is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 55 207 -
CMYK 0.59 0.73 0 0.19
HSL 251.45º 0.61% 0.51% -
HSV(B) 251.45º 0.73% 0.81% -
XYZ 16.28 9.12 59.93 -
YUV 81 199.11 130.14 -
System Red Green Blue C M Y K H S L
Decimal 84 55 207 0.59 0.73 0 0.19 251.45 0.61 0.51
Hex 54 37 CF 3B 49 0 13 FB 3D 33
Octal 124 67 317 73 111 0 23 373 75 63
Binary 1010100 110111 11001111 111011 1001001 0 10011 11111011 111101 110011

Color Harmonies of #5437CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5437CF

Black with #5437CF

Text Example


Text Example

White with #5437CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5437CF; }

 p { color: rgb(84,55,207); }

 H1.HeaderClassName
 {
   color: #5437CF;
 }
 .AnyTagClassName
 {
   color: #5437CF;
 }
</style>

background-color css

<style>
 a { background-color: #5437CF; }

 a { background-color: rgb(84,55,207); }

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

border-color css

<style>
 span { border-color: #5437CF; }

 span { border-color: rgb(84,55,207); }

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