Html Css Color HEX #500FCA Purple Heart

📋 copy color: '#500FCA'

red 80 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #500FCA

Tints of Purple Heart #500FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

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

R = 26.94%
G = 5.05%
B = 68.01%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#500FCA (or 0x500FCA) is known color: Purple Heart. HEX triplet: 50, 0F and CA. RGB value is (80,15,202). Sum of RGB (Red+Green+Blue) = 80+15+202=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #500FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FCA is #AFF035. Grayscale: #373737. Windows color (decimal): -11530294 or 13242192. OLE color: 13242192.

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

Color convert

RGB 80 15 202 -
CMYK 0.60 0.93 0 0.21
HSL 260.86º 0.86% 0.43% -
HSV(B) 260.86º 0.93% 0.79% -
XYZ 14.14 6.31 56.35 -
YUV 55.75 210.53 145.29 -
System Red Green Blue C M Y K H S L
Decimal 80 15 202 0.60 0.93 0 0.21 260.86 0.86 0.43
Hex 50 F CA 3C 5D 0 15 105 56 2B
Octal 120 17 312 74 135 0 25 405 126 53
Binary 1010000 1111 11001010 111100 1011101 0 10101 100000101 1010110 101011

Color Harmonies of #500FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FCA

Black with #500FCA

Text Example


Text Example

White with #500FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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