Html Css Color HEX #502ECD Purple Heart

📋 copy color: '#502ECD'

red 80 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #502ECD

Tints of Purple Heart #502ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 24.17%
G = 13.9%
B = 61.93%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#502ECD (or 0x502ECD) is known color: Purple Heart. HEX triplet: 50, 2E and CD. RGB value is (80,46,205). Sum of RGB (Red+Green+Blue) = 80+46+205=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #502ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502ECD is #AFD132. Grayscale: #494949. Windows color (decimal): -11522355 or 13446736. OLE color: 13446736.

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

Color convert

RGB 80 46 205 -
CMYK 0.61 0.78 0 0.20
HSL 252.83º 0.63% 0.49% -
HSV(B) 252.83º 0.78% 0.8% -
XYZ 15.3 8.07 58.51 -
YUV 74.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 80 46 205 0.61 0.78 0 0.20 252.83 0.63 0.49
Hex 50 2E CD 3D 4E 0 14 FD 3F 31
Octal 120 56 315 75 116 0 24 375 77 61
Binary 1010000 101110 11001101 111101 1001110 0 10100 11111101 111111 110001

Color Harmonies of #502ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502ECD

Black with #502ECD

Text Example


Text Example

White with #502ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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