Html Css Color HEX #5340BB Purple Heart

📋 copy color: '#5340BB'

red 83 ◦ green 64 ◦ blue 187

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

Shades of Purple Heart #5340BB

Tints of Purple Heart #5340BB

RGB

 RED value IS 83 (32.81% from 255) = 24.85%

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 24.85%
G = 19.16%
B = 55.99%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5340BB (or 0x5340BB) is known color: Purple Heart. HEX triplet: 53, 40 and BB. RGB value is (83,64,187). Sum of RGB (Red+Green+Blue) = 83+64+187=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #5340BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340BB is #ACBF44. Grayscale: #535353. Windows color (decimal): -11321157 or 12271699. OLE color: 12271699.

HSL color Cylindrical-coordinate representation of color #5340BB: hue angle of 249.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5340BB is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 64 187 -
CMYK 0.56 0.66 0 0.27
HSL 249.27º 0.49% 0.49% -
HSV(B) 249.27º 0.66% 0.73% -
XYZ 14.37 9.09 48.01 -
YUV 83.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 83 64 187 0.56 0.66 0 0.27 249.27 0.49 0.49
Hex 53 40 BB 38 42 0 1B F9 31 31
Octal 123 100 273 70 102 0 33 371 61 61
Binary 1010011 1000000 10111011 111000 1000010 0 11011 11111001 110001 110001

Color Harmonies of #5340BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5340BB

Black with #5340BB

Text Example


Text Example

White with #5340BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5340BB; }

 p { color: rgb(83,64,187); }

 H1.HeaderClassName
 {
   color: #5340BB;
 }
 .AnyTagClassName
 {
   color: #5340BB;
 }
</style>

background-color css

<style>
 a { background-color: #5340BB; }

 a { background-color: rgb(83,64,187); }

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

border-color css

<style>
 span { border-color: #5340BB; }

 span { border-color: rgb(83,64,187); }

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