Html Css Color HEX #5333BA Purple Heart

📋 copy color: '#5333BA'

red 83 ◦ green 51 ◦ blue 186

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

Shades of Purple Heart #5333BA

Tints of Purple Heart #5333BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 25.94%
G = 15.94%
B = 58.13%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5333BA (or 0x5333BA) is known color: Purple Heart. HEX triplet: 53, 33 and BA. RGB value is (83,51,186). Sum of RGB (Red+Green+Blue) = 83+51+186=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #5333BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5333BA is #ACCC45. Grayscale: #4B4B4B. Windows color (decimal): -11324486 or 12202835. OLE color: 12202835.

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

Color convert

RGB 83 51 186 -
CMYK 0.55 0.73 0 0.27
HSL 254.22º 0.57% 0.46% -
HSV(B) 254.22º 0.73% 0.73% -
XYZ 13.61 7.75 47.23 -
YUV 75.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 83 51 186 0.55 0.73 0 0.27 254.22 0.57 0.46
Hex 53 33 BA 37 49 0 1B FE 39 2E
Octal 123 63 272 67 111 0 33 376 71 56
Binary 1010011 110011 10111010 110111 1001001 0 11011 11111110 111001 101110

Color Harmonies of #5333BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5333BA

Black with #5333BA

Text Example


Text Example

White with #5333BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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