Html Css Color HEX #502EBF Purple Heart

📋 copy color: '#502EBF'

red 80 ◦ green 46 ◦ blue 191

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

Shades of Purple Heart #502EBF

Tints of Purple Heart #502EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 191 (75% from 255) = 60.25%

R = 25.24%
G = 14.51%
B = 60.25%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#502EBF (or 0x502EBF) is known color: Purple Heart. HEX triplet: 50, 2E and BF. RGB value is (80,46,191). Sum of RGB (Red+Green+Blue) = 80+46+191=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #502EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EBF is #AFD140. Grayscale: #484848. Windows color (decimal): -11522369 or 12529232. OLE color: 12529232.

HSL color Cylindrical-coordinate representation of color #502EBF: hue angle of 254.07º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502EBF is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 46 191 -
CMYK 0.58 0.76 0 0.25
HSL 254.07º 0.61% 0.46% -
HSV(B) 254.07º 0.76% 0.75% -
XYZ 13.69 7.42 50 -
YUV 72.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 80 46 191 0.58 0.76 0 0.25 254.07 0.61 0.46
Hex 50 2E BF 3A 4C 0 19 FE 3D 2E
Octal 120 56 277 72 114 0 31 376 75 56
Binary 1010000 101110 10111111 111010 1001100 0 11001 11111110 111101 101110

Color Harmonies of #502EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EBF

Black with #502EBF

Text Example


Text Example

White with #502EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502EBF; }

 p { color: rgb(80,46,191); }

 H1.HeaderClassName
 {
   color: #502EBF;
 }
 .AnyTagClassName
 {
   color: #502EBF;
 }
</style>

background-color css

<style>
 a { background-color: #502EBF; }

 a { background-color: rgb(80,46,191); }

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

border-color css

<style>
 span { border-color: #502EBF; }

 span { border-color: rgb(80,46,191); }

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