Html Css Color HEX #503BCA Purple Heart

📋 copy color: '#503BCA'

red 80 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #503BCA

Tints of Purple Heart #503BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.3%

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 23.46%
G = 17.3%
B = 59.24%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#503BCA (or 0x503BCA) is known color: Purple Heart. HEX triplet: 50, 3B and CA. RGB value is (80,59,202). Sum of RGB (Red+Green+Blue) = 80+59+202=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #503BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BCA is #AFC435. Grayscale: #515151. Windows color (decimal): -11519030 or 13253456. OLE color: 13253456.

HSL color Cylindrical-coordinate representation of color #503BCA: hue angle of 248.81º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503BCA is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 59 202 -
CMYK 0.60 0.71 0 0.21
HSL 248.81º 0.57% 0.51% -
HSV(B) 248.81º 0.71% 0.79% -
XYZ 15.53 9.1 56.81 -
YUV 81.58 195.96 126.87 -
System Red Green Blue C M Y K H S L
Decimal 80 59 202 0.60 0.71 0 0.21 248.81 0.57 0.51
Hex 50 3B CA 3C 47 0 15 F9 39 33
Octal 120 73 312 74 107 0 25 371 71 63
Binary 1010000 111011 11001010 111100 1000111 0 10101 11111001 111001 110011

Color Harmonies of #503BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BCA

Black with #503BCA

Text Example


Text Example

White with #503BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,202); }

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

background-color css

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

 a { background-color: rgb(80,59,202); }

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

border-color css

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

 span { border-color: rgb(80,59,202); }

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