Html Css Color HEX #503FCA Purple Heart

📋 copy color: '#503FCA'

red 80 ◦ green 63 ◦ blue 202

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

Shades of Purple Heart #503FCA

Tints of Purple Heart #503FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 23.19%
G = 18.26%
B = 58.55%

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

#503FCA (or 0x503FCA) is known color: Purple Heart. HEX triplet: 50, 3F and CA. RGB value is (80,63,202). Sum of RGB (Red+Green+Blue) = 80+63+202=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #503FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCA is #AFC035. Grayscale: #535353. Windows color (decimal): -11518006 or 13254480. OLE color: 13254480.

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

Color convert

RGB 80 63 202 -
CMYK 0.60 0.69 0 0.21
HSL 247.34º 0.57% 0.52% -
HSV(B) 247.34º 0.69% 0.79% -
XYZ 15.75 9.52 56.89 -
YUV 83.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 80 63 202 0.60 0.69 0 0.21 247.34 0.57 0.52
Hex 50 3F CA 3C 45 0 15 F7 39 34
Octal 120 77 312 74 105 0 25 367 71 64
Binary 1010000 111111 11001010 111100 1000101 0 10101 11110111 111001 110100

Color Harmonies of #503FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FCA

Black with #503FCA

Text Example


Text Example

White with #503FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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