Html Css Color HEX #5431BC Purple Heart

📋 copy color: '#5431BC'

red 84 ◦ green 49 ◦ blue 188

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

Shades of Purple Heart #5431BC

Tints of Purple Heart #5431BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 26.17%
G = 15.26%
B = 58.57%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5431BC (or 0x5431BC) is known color: Purple Heart. HEX triplet: 54, 31 and BC. RGB value is (84,49,188). Sum of RGB (Red+Green+Blue) = 84+49+188=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5431BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5431BC is #ABCE43. Grayscale: #4A4A4A. Windows color (decimal): -11259460 or 12333396. OLE color: 12333396.

HSL color Cylindrical-coordinate representation of color #5431BC: hue angle of 255.11º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5431BC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 49 188 -
CMYK 0.55 0.74 0 0.26
HSL 255.11º 0.59% 0.46% -
HSV(B) 255.11º 0.74% 0.74% -
XYZ 13.83 7.71 48.34 -
YUV 75.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 84 49 188 0.55 0.74 0 0.26 255.11 0.59 0.46
Hex 54 31 BC 37 4A 0 1A FF 3B 2E
Octal 124 61 274 67 112 0 32 377 73 56
Binary 1010100 110001 10111100 110111 1001010 0 11010 11111111 111011 101110

Color Harmonies of #5431BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5431BC

Black with #5431BC

Text Example


Text Example

White with #5431BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5431BC; }

 p { color: rgb(84,49,188); }

 H1.HeaderClassName
 {
   color: #5431BC;
 }
 .AnyTagClassName
 {
   color: #5431BC;
 }
</style>

background-color css

<style>
 a { background-color: #5431BC; }

 a { background-color: rgb(84,49,188); }

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

border-color css

<style>
 span { border-color: #5431BC; }

 span { border-color: rgb(84,49,188); }

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