Html Css Color HEX #500FDA Han Purple

📋 copy color: '#500FDA'

red 80 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #500FDA

Tints of Han Purple #500FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

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

R = 25.56%
G = 4.79%
B = 69.65%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#500FDA (or 0x500FDA) is known color: Han Purple. HEX triplet: 50, 0F and DA. RGB value is (80,15,218). Sum of RGB (Red+Green+Blue) = 80+15+218=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #500FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FDA is #AFF025. Grayscale: #383838. Windows color (decimal): -11530278 or 14290768. OLE color: 14290768.

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

Color convert

RGB 80 15 218 -
CMYK 0.63 0.93 0 0.15
HSL 259.21º 0.87% 0.46% -
HSV(B) 259.21º 0.93% 0.85% -
XYZ 16.13 7.11 66.85 -
YUV 57.58 218.53 143.99 -
System Red Green Blue C M Y K H S L
Decimal 80 15 218 0.63 0.93 0 0.15 259.21 0.87 0.46
Hex 50 F DA 3F 5D 0 F 103 57 2E
Octal 120 17 332 77 135 0 17 403 127 56
Binary 1010000 1111 11011010 111111 1011101 0 1111 100000011 1010111 101110

Color Harmonies of #500FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FDA

Black with #500FDA

Text Example


Text Example

White with #500FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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