Html Css Color HEX #5339BA Purple Heart

📋 copy color: '#5339BA'

red 83 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #5339BA

Tints of Purple Heart #5339BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 25.46%
G = 17.48%
B = 57.06%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5339BA (or 0x5339BA) is known color: Purple Heart. HEX triplet: 53, 39 and BA. RGB value is (83,57,186). Sum of RGB (Red+Green+Blue) = 83+57+186=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5339BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339BA is #ACC645. Grayscale: #4E4E4E. Windows color (decimal): -11322950 or 12204371. OLE color: 12204371.

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

Color convert

RGB 83 57 186 -
CMYK 0.55 0.69 0 0.27
HSL 252.09º 0.53% 0.48% -
HSV(B) 252.09º 0.69% 0.73% -
XYZ 13.89 8.31 47.33 -
YUV 79.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 83 57 186 0.55 0.69 0 0.27 252.09 0.53 0.48
Hex 53 39 BA 37 45 0 1B FC 35 30
Octal 123 71 272 67 105 0 33 374 65 60
Binary 1010011 111001 10111010 110111 1000101 0 11011 11111100 110101 110000

Color Harmonies of #5339BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339BA

Black with #5339BA

Text Example


Text Example

White with #5339BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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