Html Css Color HEX #502EBA Purple Heart

📋 copy color: '#502EBA'

red 80 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #502EBA

Tints of Purple Heart #502EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 25.64%
G = 14.74%
B = 59.62%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#502EBA (or 0x502EBA) is known color: Purple Heart. HEX triplet: 50, 2E and BA. RGB value is (80,46,186). Sum of RGB (Red+Green+Blue) = 80+46+186=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #502EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EBA is #AFD145. Grayscale: #474747. Windows color (decimal): -11522374 or 12201552. OLE color: 12201552.

HSL color Cylindrical-coordinate representation of color #502EBA: hue angle of 254.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502EBA is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 46 186 -
CMYK 0.57 0.75 0 0.27
HSL 254.57º 0.6% 0.45% -
HSV(B) 254.57º 0.75% 0.73% -
XYZ 13.15 7.2 47.15 -
YUV 72.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 80 46 186 0.57 0.75 0 0.27 254.57 0.6 0.45
Hex 50 2E BA 39 4B 0 1B FF 3C 2D
Octal 120 56 272 71 113 0 33 377 74 55
Binary 1010000 101110 10111010 111001 1001011 0 11011 11111111 111100 101101

Color Harmonies of #502EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502EBA

Black with #502EBA

Text Example


Text Example

White with #502EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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