Html Css Color HEX #502FD1 Purple Heart

📋 copy color: '#502FD1'

red 80 ◦ green 47 ◦ blue 209

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

Shades of Purple Heart #502FD1

Tints of Purple Heart #502FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.2%

R = 23.81%
G = 13.99%
B = 62.2%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#502FD1 (or 0x502FD1) is known color: Purple Heart. HEX triplet: 50, 2F and D1. RGB value is (80,47,209). Sum of RGB (Red+Green+Blue) = 80+47+209=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #502FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FD1 is #AFD02E. Grayscale: #4A4A4A. Windows color (decimal): -11522095 or 13709136. OLE color: 13709136.

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

Color convert

RGB 80 47 209 -
CMYK 0.62 0.78 0 0.18
HSL 252.22º 0.64% 0.5% -
HSV(B) 252.22º 0.78% 0.82% -
XYZ 15.83 8.34 61.1 -
YUV 75.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 80 47 209 0.62 0.78 0 0.18 252.22 0.64 0.5
Hex 50 2F D1 3E 4E 0 12 FC 40 32
Octal 120 57 321 76 116 0 22 374 100 62
Binary 1010000 101111 11010001 111110 1001110 0 10010 11111100 1000000 110010

Color Harmonies of #502FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FD1

Black with #502FD1

Text Example


Text Example

White with #502FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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