Html Css Color HEX #503CBA Purple Heart

📋 copy color: '#503CBA'

red 80 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #503CBA

Tints of Purple Heart #503CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 24.54%
G = 18.4%
B = 57.06%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#503CBA (or 0x503CBA) is known color: Purple Heart. HEX triplet: 50, 3C and BA. RGB value is (80,60,186). Sum of RGB (Red+Green+Blue) = 80+60+186=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 60 (23.83% from 255 or 18.40% 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 #503CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CBA is #AFC345. Grayscale: #4F4F4F. Windows color (decimal): -11518790 or 12205136. OLE color: 12205136.

HSL color Cylindrical-coordinate representation of color #503CBA: hue angle of 249.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503CBA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 60 186 -
CMYK 0.57 0.68 0 0.27
HSL 249.52º 0.51% 0.48% -
HSV(B) 249.52º 0.68% 0.73% -
XYZ 13.79 8.48 47.36 -
YUV 80.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 80 60 186 0.57 0.68 0 0.27 249.52 0.51 0.48
Hex 50 3C BA 39 44 0 1B FA 33 30
Octal 120 74 272 71 104 0 33 372 63 60
Binary 1010000 111100 10111010 111001 1000100 0 11011 11111010 110011 110000

Color Harmonies of #503CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CBA

Black with #503CBA

Text Example


Text Example

White with #503CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503CBA; }

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

 H1.HeaderClassName
 {
   color: #503CBA;
 }
 .AnyTagClassName
 {
   color: #503CBA;
 }
</style>

background-color css

<style>
 a { background-color: #503CBA; }

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

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

border-color css

<style>
 span { border-color: #503CBA; }

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

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