Html Css Color HEX #5329BA Purple Heart

📋 copy color: '#5329BA'

red 83 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #5329BA

Tints of Purple Heart #5329BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 26.77%
G = 13.23%
B = 60%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5329BA (or 0x5329BA) is known color: Purple Heart. HEX triplet: 53, 29 and BA. RGB value is (83,41,186). Sum of RGB (Red+Green+Blue) = 83+41+186=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5329BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329BA is #ACD645. Grayscale: #454545. Windows color (decimal): -11327046 or 12200275. OLE color: 12200275.

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

Color convert

RGB 83 41 186 -
CMYK 0.55 0.78 0 0.27
HSL 257.38º 0.64% 0.45% -
HSV(B) 257.38º 0.78% 0.73% -
XYZ 13.22 6.97 47.1 -
YUV 70.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 83 41 186 0.55 0.78 0 0.27 257.38 0.64 0.45
Hex 53 29 BA 37 4E 0 1B 101 40 2D
Octal 123 51 272 67 116 0 33 401 100 55
Binary 1010011 101001 10111010 110111 1001110 0 11011 100000001 1000000 101101

Color Harmonies of #5329BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329BA

Black with #5329BA

Text Example


Text Example

White with #5329BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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