Html Css Color HEX #503DCD Purple Heart

📋 copy color: '#503DCD'

red 80 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #503DCD

Tints of Purple Heart #503DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

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

R = 23.12%
G = 17.63%
B = 59.25%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#503DCD (or 0x503DCD) is known color: Purple Heart. HEX triplet: 50, 3D and CD. RGB value is (80,61,205). Sum of RGB (Red+Green+Blue) = 80+61+205=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #503DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DCD is #AFC232. Grayscale: #525252. Windows color (decimal): -11518515 or 13450576. OLE color: 13450576.

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

Color convert

RGB 80 61 205 -
CMYK 0.61 0.70 0 0.20
HSL 247.92º 0.59% 0.52% -
HSV(B) 247.92º 0.7% 0.8% -
XYZ 16 9.45 58.74 -
YUV 83.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 80 61 205 0.61 0.70 0 0.20 247.92 0.59 0.52
Hex 50 3D CD 3D 46 0 14 F8 3B 34
Octal 120 75 315 75 106 0 24 370 73 64
Binary 1010000 111101 11001101 111101 1000110 0 10100 11111000 111011 110100

Color Harmonies of #503DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DCD

Black with #503DCD

Text Example


Text Example

White with #503DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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