Html Css Color HEX #5035BA Purple Heart

📋 copy color: '#5035BA'

red 80 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5035BA

Tints of Purple Heart #5035BA

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

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

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

R = 25.08%
G = 16.61%
B = 58.31%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5035BA (or 0x5035BA) is known color: Purple Heart. HEX triplet: 50, 35 and BA. RGB value is (80,53,186). Sum of RGB (Red+Green+Blue) = 80+53+186=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5035BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035BA is #AFCA45. Grayscale: #4B4B4B. Windows color (decimal): -11520582 or 12203344. OLE color: 12203344.

HSL color Cylindrical-coordinate representation of color #5035BA: hue angle of 252.18º 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 #5035BA is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 53 186 -
CMYK 0.57 0.72 0 0.27
HSL 252.18º 0.56% 0.47% -
HSV(B) 252.18º 0.72% 0.73% -
XYZ 13.44 7.8 47.25 -
YUV 76.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 80 53 186 0.57 0.72 0 0.27 252.18 0.56 0.47
Hex 50 35 BA 39 48 0 1B FC 38 2F
Octal 120 65 272 71 110 0 33 374 70 57
Binary 1010000 110101 10111010 111001 1001000 0 11011 11111100 111000 101111

Color Harmonies of #5035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5035BA

Black with #5035BA

Text Example


Text Example

White with #5035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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