Html Css Color HEX #503ACB Purple Heart

📋 copy color: '#503ACB'

red 80 ◦ green 58 ◦ blue 203

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

Shades of Purple Heart #503ACB

Tints of Purple Heart #503ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

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

R = 23.46%
G = 17.01%
B = 59.53%

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

#503ACB (or 0x503ACB) is known color: Purple Heart. HEX triplet: 50, 3A and CB. RGB value is (80,58,203). Sum of RGB (Red+Green+Blue) = 80+58+203=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #503ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ACB is #AFC534. Grayscale: #505050. Windows color (decimal): -11519285 or 13318736. OLE color: 13318736.

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

Color convert

RGB 80 58 203 -
CMYK 0.61 0.71 0 0.20
HSL 249.1º 0.58% 0.51% -
HSV(B) 249.1º 0.71% 0.8% -
XYZ 15.6 9.04 57.42 -
YUV 81.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 80 58 203 0.61 0.71 0 0.20 249.1 0.58 0.51
Hex 50 3A CB 3D 47 0 14 F9 3A 33
Octal 120 72 313 75 107 0 24 371 72 63
Binary 1010000 111010 11001011 111101 1000111 0 10100 11111001 111010 110011

Color Harmonies of #503ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503ACB

Black with #503ACB

Text Example


Text Example

White with #503ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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