Html Css Color HEX #502CD5 Purple Heart

📋 copy color: '#502CD5'

red 80 ◦ green 44 ◦ blue 213

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

Shades of Purple Heart #502CD5

Tints of Purple Heart #502CD5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

 BLUE value IS 213 (83.59% from 255) = 63.2%

R = 23.74%
G = 13.06%
B = 63.2%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#502CD5 (or 0x502CD5) is known color: Purple Heart. HEX triplet: 50, 2C and D5. RGB value is (80,44,213). Sum of RGB (Red+Green+Blue) = 80+44+213=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #502CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CD5 is #AFD32A. Grayscale: #494949. Windows color (decimal): -11522859 or 13970512. OLE color: 13970512.

HSL color Cylindrical-coordinate representation of color #502CD5: hue angle of 252.78º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502CD5 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 44 213 -
CMYK 0.62 0.79 0 0.16
HSL 252.78º 0.67% 0.5% -
HSV(B) 252.78º 0.79% 0.84% -
XYZ 16.22 8.31 63.7 -
YUV 74.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 80 44 213 0.62 0.79 0 0.16 252.78 0.67 0.5
Hex 50 2C D5 3E 4F 0 10 FD 43 32
Octal 120 54 325 76 117 0 20 375 103 62
Binary 1010000 101100 11010101 111110 1001111 0 10000 11111101 1000011 110010

Color Harmonies of #502CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CD5

Black with #502CD5

Text Example


Text Example

White with #502CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,213); }

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

background-color css

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

 a { background-color: rgb(80,44,213); }

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

border-color css

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

 span { border-color: rgb(80,44,213); }

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