Html Css Color HEX #502ECF Purple Heart

📋 copy color: '#502ECF'

red 80 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #502ECF

Tints of Purple Heart #502ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 24.02%
G = 13.81%
B = 62.16%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#502ECF (or 0x502ECF) is known color: Purple Heart. HEX triplet: 50, 2E and CF. RGB value is (80,46,207). Sum of RGB (Red+Green+Blue) = 80+46+207=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #502ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ECF is #AFD130. Grayscale: #494949. Windows color (decimal): -11522353 or 13577808. OLE color: 13577808.

HSL color Cylindrical-coordinate representation of color #502ECF: hue angle of 252.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502ECF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 46 207 -
CMYK 0.61 0.78 0 0.19
HSL 252.67º 0.64% 0.5% -
HSV(B) 252.67º 0.78% 0.81% -
XYZ 15.55 8.16 59.79 -
YUV 74.52 202.76 131.91 -
System Red Green Blue C M Y K H S L
Decimal 80 46 207 0.61 0.78 0 0.19 252.67 0.64 0.5
Hex 50 2E CF 3D 4E 0 13 FD 40 32
Octal 120 56 317 75 116 0 23 375 100 62
Binary 1010000 101110 11001111 111101 1001110 0 10011 11111101 1000000 110010

Color Harmonies of #502ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ECF

Black with #502ECF

Text Example


Text Example

White with #502ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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