Html Css Color HEX #5321BB Purple Heart

📋 copy color: '#5321BB'

red 83 ◦ green 33 ◦ blue 187

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

Shades of Purple Heart #5321BB

Tints of Purple Heart #5321BB

RGB

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

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

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

R = 27.39%
G = 10.89%
B = 61.72%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5321BB (or 0x5321BB) is known color: Purple Heart. HEX triplet: 53, 21 and BB. RGB value is (83,33,187). Sum of RGB (Red+Green+Blue) = 83+33+187=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #5321BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321BB is #ACDE44. Grayscale: #404040. Windows color (decimal): -11329093 or 12263763. OLE color: 12263763.

HSL color Cylindrical-coordinate representation of color #5321BB: hue angle of 259.48º 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 #5321BB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 33 187 -
CMYK 0.56 0.82 0 0.27
HSL 259.48º 0.7% 0.43% -
HSV(B) 259.48º 0.82% 0.73% -
XYZ 13.08 6.51 47.58 -
YUV 65.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 83 33 187 0.56 0.82 0 0.27 259.48 0.7 0.43
Hex 53 21 BB 38 52 0 1B 103 46 2B
Octal 123 41 273 70 122 0 33 403 106 53
Binary 1010011 100001 10111011 111000 1010010 0 11011 100000011 1000110 101011

Color Harmonies of #5321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321BB

Black with #5321BB

Text Example


Text Example

White with #5321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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