Html Css Color HEX #503FCB Purple Heart

📋 copy color: '#503FCB'

red 80 ◦ green 63 ◦ blue 203

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

Shades of Purple Heart #503FCB

Tints of Purple Heart #503FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 23.12%
G = 18.21%
B = 58.67%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#503FCB (or 0x503FCB) is known color: Purple Heart. HEX triplet: 50, 3F and CB. RGB value is (80,63,203). Sum of RGB (Red+Green+Blue) = 80+63+203=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #503FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCB is #AFC034. Grayscale: #535353. Windows color (decimal): -11518005 or 13320016. OLE color: 13320016.

HSL color Cylindrical-coordinate representation of color #503FCB: hue angle of 247.29º degrees, saturation: 0.57, 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 #503FCB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 63 203 -
CMYK 0.61 0.69 0 0.20
HSL 247.29º 0.57% 0.52% -
HSV(B) 247.29º 0.69% 0.8% -
XYZ 15.87 9.57 57.51 -
YUV 84.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 80 63 203 0.61 0.69 0 0.20 247.29 0.57 0.52
Hex 50 3F CB 3D 45 0 14 F7 39 34
Octal 120 77 313 75 105 0 24 367 71 64
Binary 1010000 111111 11001011 111101 1000101 0 10100 11110111 111001 110100

Color Harmonies of #503FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FCB

Black with #503FCB

Text Example


Text Example

White with #503FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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