Html Css Color HEX #503ECF Purple Heart

📋 copy color: '#503ECF'

red 80 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #503ECF

Tints of Purple Heart #503ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 22.92%
G = 17.77%
B = 59.31%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#503ECF (or 0x503ECF) is known color: Purple Heart. HEX triplet: 50, 3E and CF. RGB value is (80,62,207). Sum of RGB (Red+Green+Blue) = 80+62+207=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #503ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ECF is #AFC130. Grayscale: #535353. Windows color (decimal): -11518257 or 13581904. OLE color: 13581904.

HSL color Cylindrical-coordinate representation of color #503ECF: hue angle of 247.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503ECF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 62 207 -
CMYK 0.61 0.70 0 0.19
HSL 247.45º 0.6% 0.53% -
HSV(B) 247.45º 0.7% 0.81% -
XYZ 16.29 9.66 60.04 -
YUV 83.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 80 62 207 0.61 0.70 0 0.19 247.45 0.6 0.53
Hex 50 3E CF 3D 46 0 13 F7 3C 35
Octal 120 76 317 75 106 0 23 367 74 65
Binary 1010000 111110 11001111 111101 1000110 0 10011 11110111 111100 110101

Color Harmonies of #503ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503ECF

Black with #503ECF

Text Example


Text Example

White with #503ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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