Html Css Color HEX #503EBA Purple Heart

📋 copy color: '#503EBA'

red 80 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #503EBA

Tints of Purple Heart #503EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

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

R = 24.39%
G = 18.9%
B = 56.71%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#503EBA (or 0x503EBA) is known color: Purple Heart. HEX triplet: 50, 3E and BA. RGB value is (80,62,186). Sum of RGB (Red+Green+Blue) = 80+62+186=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #503EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EBA is #AFC145. Grayscale: #515151. Windows color (decimal): -11518278 or 12205648. OLE color: 12205648.

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

Color convert

RGB 80 62 186 -
CMYK 0.57 0.67 0 0.27
HSL 248.71º 0.5% 0.49% -
HSV(B) 248.71º 0.67% 0.73% -
XYZ 13.89 8.7 47.4 -
YUV 81.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 80 62 186 0.57 0.67 0 0.27 248.71 0.5 0.49
Hex 50 3E BA 39 43 0 1B F9 32 31
Octal 120 76 272 71 103 0 33 371 62 61
Binary 1010000 111110 10111010 111001 1000011 0 11011 11111001 110010 110001

Color Harmonies of #503EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EBA

Black with #503EBA

Text Example


Text Example

White with #503EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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