Html Css Color HEX #502DDA Purple Heart

📋 copy color: '#502DDA'

red 80 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #502DDA

Tints of Purple Heart #502DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 23.32%
G = 13.12%
B = 63.56%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#502DDA (or 0x502DDA) is known color: Purple Heart. HEX triplet: 50, 2D and DA. RGB value is (80,45,218). Sum of RGB (Red+Green+Blue) = 80+45+218=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #502DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DDA is #AFD225. Grayscale: #4A4A4A. Windows color (decimal): -11522598 or 14298448. OLE color: 14298448.

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

Color convert

RGB 80 45 218 -
CMYK 0.63 0.79 0 0.15
HSL 252.14º 0.7% 0.52% -
HSV(B) 252.14º 0.79% 0.85% -
XYZ 16.9 8.64 67.11 -
YUV 75.19 208.6 131.43 -
System Red Green Blue C M Y K H S L
Decimal 80 45 218 0.63 0.79 0 0.15 252.14 0.7 0.52
Hex 50 2D DA 3F 4F 0 F FC 46 34
Octal 120 55 332 77 117 0 17 374 106 64
Binary 1010000 101101 11011010 111111 1001111 0 1111 11111100 1000110 110100

Color Harmonies of #502DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DDA

Black with #502DDA

Text Example


Text Example

White with #502DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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