Html Css Color HEX #503EC9 Purple Heart

📋 copy color: '#503EC9'

red 80 ◦ green 62 ◦ blue 201

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

Shades of Purple Heart #503EC9

Tints of Purple Heart #503EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.6%

R = 23.32%
G = 18.08%
B = 58.6%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#503EC9 (or 0x503EC9) is known color: Purple Heart. HEX triplet: 50, 3E and C9. RGB value is (80,62,201). Sum of RGB (Red+Green+Blue) = 80+62+201=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #503EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EC9 is #AFC136. Grayscale: #525252. Windows color (decimal): -11518263 or 13188688. OLE color: 13188688.

HSL color Cylindrical-coordinate representation of color #503EC9: hue angle of 247.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503EC9 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 62 201 -
CMYK 0.60 0.69 0 0.21
HSL 247.77º 0.56% 0.52% -
HSV(B) 247.77º 0.69% 0.79% -
XYZ 15.57 9.37 56.25 -
YUV 83.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 80 62 201 0.60 0.69 0 0.21 247.77 0.56 0.52
Hex 50 3E C9 3C 45 0 15 F8 38 34
Octal 120 76 311 74 105 0 25 370 70 64
Binary 1010000 111110 11001001 111100 1000101 0 10101 11111000 111000 110100

Color Harmonies of #503EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EC9

Black with #503EC9

Text Example


Text Example

White with #503EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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