Html Css Color HEX #500DCA Purple Heart

📋 copy color: '#500DCA'

red 80 ◦ green 13 ◦ blue 202

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

Shades of Purple Heart #500DCA

Tints of Purple Heart #500DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 27.12%
G = 4.41%
B = 68.47%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#500DCA (or 0x500DCA) is known color: Purple Heart. HEX triplet: 50, 0D and CA. RGB value is (80,13,202). Sum of RGB (Red+Green+Blue) = 80+13+202=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #500DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCA is #AFF235. Grayscale: #353535. Windows color (decimal): -11530806 or 13241680. OLE color: 13241680.

HSL color Cylindrical-coordinate representation of color #500DCA: hue angle of 261.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DCA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 13 202 -
CMYK 0.60 0.94 0 0.21
HSL 261.27º 0.88% 0.42% -
HSV(B) 261.27º 0.94% 0.79% -
XYZ 14.11 6.26 56.34 -
YUV 54.58 211.2 146.13 -
System Red Green Blue C M Y K H S L
Decimal 80 13 202 0.60 0.94 0 0.21 261.27 0.88 0.42
Hex 50 D CA 3C 5E 0 15 105 58 2A
Octal 120 15 312 74 136 0 25 405 130 52
Binary 1010000 1101 11001010 111100 1011110 0 10101 100000101 1011000 101010

Color Harmonies of #500DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DCA

Black with #500DCA

Text Example


Text Example

White with #500DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500DCA; }

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

 H1.HeaderClassName
 {
   color: #500DCA;
 }
 .AnyTagClassName
 {
   color: #500DCA;
 }
</style>

background-color css

<style>
 a { background-color: #500DCA; }

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

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

border-color css

<style>
 span { border-color: #500DCA; }

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

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