Html Css Color HEX #502ECB Purple Heart

📋 copy color: '#502ECB'

red 80 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #502ECB

Tints of Purple Heart #502ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 24.32%
G = 13.98%
B = 61.7%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#502ECB (or 0x502ECB) is known color: Purple Heart. HEX triplet: 50, 2E and CB. RGB value is (80,46,203). Sum of RGB (Red+Green+Blue) = 80+46+203=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #502ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ECB is #AFD134. Grayscale: #494949. Windows color (decimal): -11522357 or 13315664. OLE color: 13315664.

HSL color Cylindrical-coordinate representation of color #502ECB: hue angle of 252.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502ECB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 46 203 -
CMYK 0.61 0.77 0 0.20
HSL 252.99º 0.63% 0.49% -
HSV(B) 252.99º 0.77% 0.8% -
XYZ 15.06 7.97 57.24 -
YUV 74.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 80 46 203 0.61 0.77 0 0.20 252.99 0.63 0.49
Hex 50 2E CB 3D 4D 0 14 FD 3F 31
Octal 120 56 313 75 115 0 24 375 77 61
Binary 1010000 101110 11001011 111101 1001101 0 10100 11111101 111111 110001

Color Harmonies of #502ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ECB

Black with #502ECB

Text Example


Text Example

White with #502ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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