Html Css Color HEX #5331BA Purple Heart

📋 copy color: '#5331BA'

red 83 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #5331BA

Tints of Purple Heart #5331BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 26.1%
G = 15.41%
B = 58.49%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5331BA (or 0x5331BA) is known color: Purple Heart. HEX triplet: 53, 31 and BA. RGB value is (83,49,186). Sum of RGB (Red+Green+Blue) = 83+49+186=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #5331BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331BA is #ACCE45. Grayscale: #4A4A4A. Windows color (decimal): -11324998 or 12202323. OLE color: 12202323.

HSL color Cylindrical-coordinate representation of color #5331BA: hue angle of 254.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5331BA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 49 186 -
CMYK 0.55 0.74 0 0.27
HSL 254.89º 0.58% 0.46% -
HSV(B) 254.89º 0.74% 0.73% -
XYZ 13.53 7.58 47.2 -
YUV 74.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 83 49 186 0.55 0.74 0 0.27 254.89 0.58 0.46
Hex 53 31 BA 37 4A 0 1B FF 3A 2E
Octal 123 61 272 67 112 0 33 377 72 56
Binary 1010011 110001 10111010 110111 1001010 0 11011 11111111 111010 101110

Color Harmonies of #5331BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331BA

Black with #5331BA

Text Example


Text Example

White with #5331BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5331BA; }

 p { color: rgb(83,49,186); }

 H1.HeaderClassName
 {
   color: #5331BA;
 }
 .AnyTagClassName
 {
   color: #5331BA;
 }
</style>

background-color css

<style>
 a { background-color: #5331BA; }

 a { background-color: rgb(83,49,186); }

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

border-color css

<style>
 span { border-color: #5331BA; }

 span { border-color: rgb(83,49,186); }

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