Html Css Color HEX #503FC9 Purple Heart

📋 copy color: '#503FC9'

red 80 ◦ green 63 ◦ blue 201

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

Shades of Purple Heart #503FC9

Tints of Purple Heart #503FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

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

R = 23.26%
G = 18.31%
B = 58.43%

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

#503FC9 (or 0x503FC9) is known color: Purple Heart. HEX triplet: 50, 3F and C9. RGB value is (80,63,201). Sum of RGB (Red+Green+Blue) = 80+63+201=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #503FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FC9 is #AFC036. Grayscale: #535353. Windows color (decimal): -11518007 or 13188944. OLE color: 13188944.

HSL color Cylindrical-coordinate representation of color #503FC9: hue angle of 247.39º 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 #503FC9 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 63 201 -
CMYK 0.60 0.69 0 0.21
HSL 247.39º 0.56% 0.52% -
HSV(B) 247.39º 0.69% 0.79% -
XYZ 15.63 9.48 56.26 -
YUV 83.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 80 63 201 0.60 0.69 0 0.21 247.39 0.56 0.52
Hex 50 3F C9 3C 45 0 15 F7 38 34
Octal 120 77 311 74 105 0 25 367 70 64
Binary 1010000 111111 11001001 111100 1000101 0 10101 11110111 111000 110100

Color Harmonies of #503FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FC9

Black with #503FC9

Text Example


Text Example

White with #503FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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