Html Css Color HEX #503BCD Purple Heart

📋 copy color: '#503BCD'

red 80 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #503BCD

Tints of Purple Heart #503BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 23.26%
G = 17.15%
B = 59.59%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#503BCD (or 0x503BCD) is known color: Purple Heart. HEX triplet: 50, 3B and CD. RGB value is (80,59,205). Sum of RGB (Red+Green+Blue) = 80+59+205=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #503BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BCD is #AFC432. Grayscale: #515151. Windows color (decimal): -11519027 or 13450064. OLE color: 13450064.

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

Color convert

RGB 80 59 205 -
CMYK 0.61 0.71 0 0.20
HSL 248.63º 0.59% 0.52% -
HSV(B) 248.63º 0.71% 0.8% -
XYZ 15.89 9.24 58.7 -
YUV 81.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 80 59 205 0.61 0.71 0 0.20 248.63 0.59 0.52
Hex 50 3B CD 3D 47 0 14 F9 3B 34
Octal 120 73 315 75 107 0 24 371 73 64
Binary 1010000 111011 11001101 111101 1000111 0 10100 11111001 111011 110100

Color Harmonies of #503BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BCD

Black with #503BCD

Text Example


Text Example

White with #503BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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