Html Css Color HEX #503FCC Purple Heart

📋 copy color: '#503FCC'

red 80 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #503FCC

Tints of Purple Heart #503FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 23.05%
G = 18.16%
B = 58.79%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#503FCC (or 0x503FCC) is known color: Purple Heart. HEX triplet: 50, 3F and CC. RGB value is (80,63,204). Sum of RGB (Red+Green+Blue) = 80+63+204=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #503FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCC is #AFC033. Grayscale: #535353. Windows color (decimal): -11518004 or 13385552. OLE color: 13385552.

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

Color convert

RGB 80 63 204 -
CMYK 0.61 0.69 0 0.2
HSL 247.23º 0.58% 0.52% -
HSV(B) 247.23º 0.69% 0.8% -
XYZ 15.98 9.62 58.14 -
YUV 84.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 80 63 204 0.61 0.69 0 0.2 247.23 0.58 0.52
Hex 50 3F CC 3D 45 0 14 F7 3A 34
Octal 120 77 314 75 105 0 24 367 72 64
Binary 1010000 111111 11001100 111101 1000101 0 10100 11110111 111010 110100

Color Harmonies of #503FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FCC

Black with #503FCC

Text Example


Text Example

White with #503FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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