Html Css Color HEX #502BD7 Purple Heart

📋 copy color: '#502BD7'

red 80 ◦ green 43 ◦ blue 215

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

Shades of Purple Heart #502BD7

Tints of Purple Heart #502BD7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 23.67%
G = 12.72%
B = 63.61%

CMYK

 C value IS 0.63

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#502BD7 (or 0x502BD7) is known color: Purple Heart. HEX triplet: 50, 2B and D7. RGB value is (80,43,215). Sum of RGB (Red+Green+Blue) = 80+43+215=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #502BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BD7 is #AFD428. Grayscale: #494949. Windows color (decimal): -11523113 or 14101328. OLE color: 14101328.

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

Color convert

RGB 80 43 215 -
CMYK 0.63 0.8 0 0.16
HSL 252.91º 0.68% 0.51% -
HSV(B) 252.91º 0.8% 0.84% -
XYZ 16.44 8.34 65.03 -
YUV 73.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 80 43 215 0.63 0.8 0 0.16 252.91 0.68 0.51
Hex 50 2B D7 3F 50 0 10 FD 44 33
Octal 120 53 327 77 120 0 20 375 104 63
Binary 1010000 101011 11010111 111111 1010000 0 10000 11111101 1000100 110011

Color Harmonies of #502BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BD7

Black with #502BD7

Text Example


Text Example

White with #502BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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