Html Css Color HEX #503DBA Purple Heart

📋 copy color: '#503DBA'

red 80 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #503DBA

Tints of Purple Heart #503DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

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

R = 24.46%
G = 18.65%
B = 56.88%

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

#503DBA (or 0x503DBA) is known color: Purple Heart. HEX triplet: 50, 3D and BA. RGB value is (80,61,186). Sum of RGB (Red+Green+Blue) = 80+61+186=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #503DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DBA is #AFC245. Grayscale: #505050. Windows color (decimal): -11518534 or 12205392. OLE color: 12205392.

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

Color convert

RGB 80 61 186 -
CMYK 0.57 0.67 0 0.27
HSL 249.12º 0.51% 0.48% -
HSV(B) 249.12º 0.67% 0.73% -
XYZ 13.84 8.59 47.38 -
YUV 80.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 80 61 186 0.57 0.67 0 0.27 249.12 0.51 0.48
Hex 50 3D BA 39 43 0 1B F9 33 30
Octal 120 75 272 71 103 0 33 371 63 60
Binary 1010000 111101 10111010 111001 1000011 0 11011 11111001 110011 110000

Color Harmonies of #503DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DBA

Black with #503DBA

Text Example


Text Example

White with #503DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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