Html Css Color HEX #502FDA Purple Heart

📋 copy color: '#502FDA'

red 80 ◦ green 47 ◦ blue 218

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

Shades of Purple Heart #502FDA

Tints of Purple Heart #502FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 23.19%
G = 13.62%
B = 63.19%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#502FDA (or 0x502FDA) is known color: Purple Heart. HEX triplet: 50, 2F and DA. RGB value is (80,47,218). Sum of RGB (Red+Green+Blue) = 80+47+218=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #502FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FDA is #AFD025. Grayscale: #4B4B4B. Windows color (decimal): -11522086 or 14298960. OLE color: 14298960.

HSL color Cylindrical-coordinate representation of color #502FDA: hue angle of 251.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502FDA is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 47 218 -
CMYK 0.63 0.78 0 0.15
HSL 251.58º 0.7% 0.52% -
HSV(B) 251.58º 0.78% 0.85% -
XYZ 16.98 8.8 67.13 -
YUV 76.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 80 47 218 0.63 0.78 0 0.15 251.58 0.7 0.52
Hex 50 2F DA 3F 4E 0 F FC 46 34
Octal 120 57 332 77 116 0 17 374 106 64
Binary 1010000 101111 11011010 111111 1001110 0 1111 11111100 1000110 110100

Color Harmonies of #502FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FDA

Black with #502FDA

Text Example


Text Example

White with #502FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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