Html Css Color HEX #5321BA Purple Heart

📋 copy color: '#5321BA'

red 83 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #5321BA

Tints of Purple Heart #5321BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

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

R = 27.48%
G = 10.93%
B = 61.59%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5321BA (or 0x5321BA) is known color: Purple Heart. HEX triplet: 53, 21 and BA. RGB value is (83,33,186). Sum of RGB (Red+Green+Blue) = 83+33+186=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #5321BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321BA is #ACDE45. Grayscale: #404040. Windows color (decimal): -11329094 or 12198227. OLE color: 12198227.

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

Color convert

RGB 83 33 186 -
CMYK 0.55 0.82 0 0.27
HSL 259.61º 0.7% 0.43% -
HSV(B) 259.61º 0.82% 0.73% -
XYZ 12.97 6.47 47.02 -
YUV 65.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 83 33 186 0.55 0.82 0 0.27 259.61 0.7 0.43
Hex 53 21 BA 37 52 0 1B 104 46 2B
Octal 123 41 272 67 122 0 33 404 106 53
Binary 1010011 100001 10111010 110111 1010010 0 11011 100000100 1000110 101011

Color Harmonies of #5321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321BA

Black with #5321BA

Text Example


Text Example

White with #5321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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