Html Css Color HEX #503ACC Purple Heart

📋 copy color: '#503ACC'

red 80 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #503ACC

Tints of Purple Heart #503ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 23.39%
G = 16.96%
B = 59.65%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#503ACC (or 0x503ACC) is known color: Purple Heart. HEX triplet: 50, 3A and CC. RGB value is (80,58,204). Sum of RGB (Red+Green+Blue) = 80+58+204=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #503ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ACC is #AFC533. Grayscale: #505050. Windows color (decimal): -11519284 or 13384272. OLE color: 13384272.

HSL color Cylindrical-coordinate representation of color #503ACC: hue angle of 249.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503ACC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 58 204 -
CMYK 0.61 0.72 0 0.2
HSL 249.04º 0.59% 0.51% -
HSV(B) 249.04º 0.72% 0.8% -
XYZ 15.72 9.09 58.05 -
YUV 81.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 80 58 204 0.61 0.72 0 0.2 249.04 0.59 0.51
Hex 50 3A CC 3D 48 0 14 F9 3B 33
Octal 120 72 314 75 110 0 24 371 73 63
Binary 1010000 111010 11001100 111101 1001000 0 10100 11111001 111011 110011

Color Harmonies of #503ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503ACC

Black with #503ACC

Text Example


Text Example

White with #503ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,58,204); }

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

background-color css

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

 a { background-color: rgb(80,58,204); }

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

border-color css

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

 span { border-color: rgb(80,58,204); }

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