Html Css Color HEX #500FDD Han Purple

📋 copy color: '#500FDD'

red 80 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #500FDD

Tints of Han Purple #500FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 25.32%
G = 4.75%
B = 69.94%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#500FDD (or 0x500FDD) is known color: Han Purple. HEX triplet: 50, 0F and DD. RGB value is (80,15,221). Sum of RGB (Red+Green+Blue) = 80+15+221=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #500FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FDD is #AFF022. Grayscale: #393939. Windows color (decimal): -11530275 or 14487376. OLE color: 14487376.

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

Color convert

RGB 80 15 221 -
CMYK 0.64 0.93 0 0.13
HSL 258.93º 0.87% 0.46% -
HSV(B) 258.93º 0.93% 0.87% -
XYZ 16.53 7.27 68.94 -
YUV 57.92 220.03 143.75 -
System Red Green Blue C M Y K H S L
Decimal 80 15 221 0.64 0.93 0 0.13 258.93 0.87 0.46
Hex 50 F DD 40 5D 0 D 103 57 2E
Octal 120 17 335 100 135 0 15 403 127 56
Binary 1010000 1111 11011101 1000000 1011101 0 1101 100000011 1010111 101110

Color Harmonies of #500FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FDD

Black with #500FDD

Text Example


Text Example

White with #500FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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