Html Css Color HEX #503BC2 Purple Heart

📋 copy color: '#503BC2'

red 80 ◦ green 59 ◦ blue 194

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

Shades of Purple Heart #503BC2

Tints of Purple Heart #503BC2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

 BLUE value IS 194 (76.17% from 255) = 58.26%

R = 24.02%
G = 17.72%
B = 58.26%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#503BC2 (or 0x503BC2) is known color: Purple Heart. HEX triplet: 50, 3B and C2. RGB value is (80,59,194). Sum of RGB (Red+Green+Blue) = 80+59+194=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #503BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BC2 is #AFC43D. Grayscale: #505050. Windows color (decimal): -11519038 or 12729168. OLE color: 12729168.

HSL color Cylindrical-coordinate representation of color #503BC2: hue angle of 249.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503BC2 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 59 194 -
CMYK 0.59 0.70 0 0.24
HSL 249.33º 0.53% 0.5% -
HSV(B) 249.33º 0.7% 0.76% -
XYZ 14.61 8.73 51.95 -
YUV 80.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 80 59 194 0.59 0.70 0 0.24 249.33 0.53 0.5
Hex 50 3B C2 3B 46 0 18 F9 35 32
Octal 120 73 302 73 106 0 30 371 65 62
Binary 1010000 111011 11000010 111011 1000110 0 11000 11111001 110101 110010

Color Harmonies of #503BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BC2

Black with #503BC2

Text Example


Text Example

White with #503BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,194); }

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

background-color css

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

 a { background-color: rgb(80,59,194); }

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

border-color css

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

 span { border-color: rgb(80,59,194); }

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