Html Css Color HEX #503DBC Purple Heart

📋 copy color: '#503DBC'

red 80 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #503DBC

Tints of Purple Heart #503DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 24.32%
G = 18.54%
B = 57.14%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#503DBC (or 0x503DBC) is known color: Purple Heart. HEX triplet: 50, 3D and BC. RGB value is (80,61,188). Sum of RGB (Red+Green+Blue) = 80+61+188=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #503DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DBC is #AFC243. Grayscale: #505050. Windows color (decimal): -11518532 or 12336464. OLE color: 12336464.

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

Color convert

RGB 80 61 188 -
CMYK 0.57 0.68 0 0.26
HSL 248.98º 0.51% 0.49% -
HSV(B) 248.98º 0.68% 0.74% -
XYZ 14.05 8.67 48.51 -
YUV 81.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 80 61 188 0.57 0.68 0 0.26 248.98 0.51 0.49
Hex 50 3D BC 39 44 0 1A F9 33 31
Octal 120 75 274 71 104 0 32 371 63 61
Binary 1010000 111101 10111100 111001 1000100 0 11010 11111001 110011 110001

Color Harmonies of #503DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DBC

Black with #503DBC

Text Example


Text Example

White with #503DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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