Html Css Color HEX #5015BE Purple Heart

📋 copy color: '#5015BE'

red 80 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #5015BE

Tints of Purple Heart #5015BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 27.49%
G = 7.22%
B = 65.29%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5015BE (or 0x5015BE) is known color: Purple Heart. HEX triplet: 50, 15 and BE. RGB value is (80,21,190). Sum of RGB (Red+Green+Blue) = 80+21+190=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #5015BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015BE is #AFEA41. Grayscale: #393939. Windows color (decimal): -11528770 or 12457296. OLE color: 12457296.

HSL color Cylindrical-coordinate representation of color #5015BE: hue angle of 260.95º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5015BE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 21 190 -
CMYK 0.58 0.89 0 0.25
HSL 260.95º 0.8% 0.41% -
HSV(B) 260.95º 0.89% 0.75% -
XYZ 12.87 5.96 49.19 -
YUV 57.91 202.55 143.76 -
System Red Green Blue C M Y K H S L
Decimal 80 21 190 0.58 0.89 0 0.25 260.95 0.8 0.41
Hex 50 15 BE 3A 59 0 19 105 50 29
Octal 120 25 276 72 131 0 31 405 120 51
Binary 1010000 10101 10111110 111010 1011001 0 11001 100000101 1010000 101001

Color Harmonies of #5015BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015BE

Black with #5015BE

Text Example


Text Example

White with #5015BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5015BE; }

 p { color: rgb(80,21,190); }

 H1.HeaderClassName
 {
   color: #5015BE;
 }
 .AnyTagClassName
 {
   color: #5015BE;
 }
</style>

background-color css

<style>
 a { background-color: #5015BE; }

 a { background-color: rgb(80,21,190); }

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

border-color css

<style>
 span { border-color: #5015BE; }

 span { border-color: rgb(80,21,190); }

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