Html Css Color HEX #502FD5 Purple Heart

📋 copy color: '#502FD5'

red 80 ◦ green 47 ◦ blue 213

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

Shades of Purple Heart #502FD5

Tints of Purple Heart #502FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 23.53%
G = 13.82%
B = 62.65%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#502FD5 (or 0x502FD5) is known color: Purple Heart. HEX triplet: 50, 2F and D5. RGB value is (80,47,213). Sum of RGB (Red+Green+Blue) = 80+47+213=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #502FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FD5 is #AFD02A. Grayscale: #4B4B4B. Windows color (decimal): -11522091 or 13971280. OLE color: 13971280.

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

Color convert

RGB 80 47 213 -
CMYK 0.62 0.78 0 0.16
HSL 251.93º 0.66% 0.51% -
HSV(B) 251.93º 0.78% 0.84% -
XYZ 16.34 8.54 63.74 -
YUV 75.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 80 47 213 0.62 0.78 0 0.16 251.93 0.66 0.51
Hex 50 2F D5 3E 4E 0 10 FC 42 33
Octal 120 57 325 76 116 0 20 374 102 63
Binary 1010000 101111 11010101 111110 1001110 0 10000 11111100 1000010 110011

Color Harmonies of #502FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FD5

Black with #502FD5

Text Example


Text Example

White with #502FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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