Html Css Color HEX #503CC0 Purple Heart

📋 copy color: '#503CC0'

red 80 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #503CC0

Tints of Purple Heart #503CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 24.1%
G = 18.07%
B = 57.83%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#503CC0 (or 0x503CC0) is known color: Purple Heart. HEX triplet: 50, 3C and C0. RGB value is (80,60,192). Sum of RGB (Red+Green+Blue) = 80+60+192=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #503CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CC0 is #AFC33F. Grayscale: #505050. Windows color (decimal): -11518784 or 12598352. OLE color: 12598352.

HSL color Cylindrical-coordinate representation of color #503CC0: hue angle of 249.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503CC0 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 60 192 -
CMYK 0.58 0.69 0 0.25
HSL 249.09º 0.52% 0.49% -
HSV(B) 249.09º 0.69% 0.75% -
XYZ 14.44 8.74 50.8 -
YUV 81.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 80 60 192 0.58 0.69 0 0.25 249.09 0.52 0.49
Hex 50 3C C0 3A 45 0 19 F9 34 31
Octal 120 74 300 72 105 0 31 371 64 61
Binary 1010000 111100 11000000 111010 1000101 0 11001 11111001 110100 110001

Color Harmonies of #503CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CC0

Black with #503CC0

Text Example


Text Example

White with #503CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,192); }

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

background-color css

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

 a { background-color: rgb(80,60,192); }

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

border-color css

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

 span { border-color: rgb(80,60,192); }

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