Html Css Color HEX #5335BA Purple Heart

📋 copy color: '#5335BA'

red 83 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5335BA

Tints of Purple Heart #5335BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 25.78%
G = 16.46%
B = 57.76%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5335BA (or 0x5335BA) is known color: Purple Heart. HEX triplet: 53, 35 and BA. RGB value is (83,53,186). Sum of RGB (Red+Green+Blue) = 83+53+186=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #5335BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335BA is #ACCA45. Grayscale: #4C4C4C. Windows color (decimal): -11323974 or 12203347. OLE color: 12203347.

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

Color convert

RGB 83 53 186 -
CMYK 0.55 0.72 0 0.27
HSL 253.53º 0.56% 0.47% -
HSV(B) 253.53º 0.72% 0.73% -
XYZ 13.7 7.93 47.26 -
YUV 77.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 83 53 186 0.55 0.72 0 0.27 253.53 0.56 0.47
Hex 53 35 BA 37 48 0 1B FE 38 2F
Octal 123 65 272 67 110 0 33 376 70 57
Binary 1010011 110101 10111010 110111 1001000 0 11011 11111110 111000 101111

Color Harmonies of #5335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5335BA

Black with #5335BA

Text Example


Text Example

White with #5335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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