Html Css Color HEX #503BBE Purple Heart

📋 copy color: '#503BBE'

red 80 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #503BBE

Tints of Purple Heart #503BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 24.32%
G = 17.93%
B = 57.75%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#503BBE (or 0x503BBE) is known color: Purple Heart. HEX triplet: 50, 3B and BE. RGB value is (80,59,190). Sum of RGB (Red+Green+Blue) = 80+59+190=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #503BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BBE is #AFC441. Grayscale: #4F4F4F. Windows color (decimal): -11519042 or 12467024. OLE color: 12467024.

HSL color Cylindrical-coordinate representation of color #503BBE: hue angle of 249.62º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503BBE is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 59 190 -
CMYK 0.58 0.69 0 0.25
HSL 249.62º 0.53% 0.49% -
HSV(B) 249.62º 0.69% 0.75% -
XYZ 14.17 8.55 49.62 -
YUV 80.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 80 59 190 0.58 0.69 0 0.25 249.62 0.53 0.49
Hex 50 3B BE 3A 45 0 19 FA 35 31
Octal 120 73 276 72 105 0 31 372 65 61
Binary 1010000 111011 10111110 111010 1000101 0 11001 11111010 110101 110001

Color Harmonies of #503BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BBE

Black with #503BBE

Text Example


Text Example

White with #503BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,190); }

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

background-color css

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

 a { background-color: rgb(80,59,190); }

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

border-color css

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

 span { border-color: rgb(80,59,190); }

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