Html Css Color HEX #503DCC Purple Heart

📋 copy color: '#503DCC'

red 80 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #503DCC

Tints of Purple Heart #503DCC

RGB

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

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

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

R = 23.19%
G = 17.68%
B = 59.13%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#503DCC (or 0x503DCC) is known color: Purple Heart. HEX triplet: 50, 3D and CC. RGB value is (80,61,204). Sum of RGB (Red+Green+Blue) = 80+61+204=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #503DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DCC is #AFC233. Grayscale: #525252. Windows color (decimal): -11518516 or 13385040. OLE color: 13385040.

HSL color Cylindrical-coordinate representation of color #503DCC: hue angle of 247.97º degrees, saturation: 0.58, 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 #503DCC is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 61 204 -
CMYK 0.61 0.70 0 0.2
HSL 247.97º 0.58% 0.52% -
HSV(B) 247.97º 0.7% 0.8% -
XYZ 15.88 9.4 58.1 -
YUV 82.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 80 61 204 0.61 0.70 0 0.2 247.97 0.58 0.52
Hex 50 3D CC 3D 46 0 14 F8 3A 34
Octal 120 75 314 75 106 0 24 370 72 64
Binary 1010000 111101 11001100 111101 1000110 0 10100 11111000 111010 110100

Color Harmonies of #503DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DCC

Black with #503DCC

Text Example


Text Example

White with #503DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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