Html Css Color HEX #502FD7 Purple Heart

📋 copy color: '#502FD7'

red 80 ◦ green 47 ◦ blue 215

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

Shades of Purple Heart #502FD7

Tints of Purple Heart #502FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.87%

R = 23.39%
G = 13.74%
B = 62.87%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#502FD7 (or 0x502FD7) is known color: Purple Heart. HEX triplet: 50, 2F and D7. RGB value is (80,47,215). Sum of RGB (Red+Green+Blue) = 80+47+215=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #502FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FD7 is #AFD028. Grayscale: #4B4B4B. Windows color (decimal): -11522089 or 14102352. OLE color: 14102352.

HSL color Cylindrical-coordinate representation of color #502FD7: hue angle of 251.79º degrees, saturation: 0.68, 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 #502FD7 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 47 215 -
CMYK 0.63 0.78 0 0.16
HSL 251.79º 0.68% 0.51% -
HSV(B) 251.79º 0.78% 0.84% -
XYZ 16.59 8.64 65.08 -
YUV 76.02 206.43 130.84 -
System Red Green Blue C M Y K H S L
Decimal 80 47 215 0.63 0.78 0 0.16 251.79 0.68 0.51
Hex 50 2F D7 3F 4E 0 10 FC 44 33
Octal 120 57 327 77 116 0 20 374 104 63
Binary 1010000 101111 11010111 111111 1001110 0 10000 11111100 1000100 110011

Color Harmonies of #502FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FD7

Black with #502FD7

Text Example


Text Example

White with #502FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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