Html Css Color HEX #502DF1 Han Purple

📋 copy color: '#502DF1'

red 80 ◦ green 45 ◦ blue 241

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

Shades of Han Purple #502DF1

Tints of Han Purple #502DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.85%

R = 21.86%
G = 12.3%
B = 65.85%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#502DF1 (or 0x502DF1) is known color: Han Purple. HEX triplet: 50, 2D and F1. RGB value is (80,45,241). Sum of RGB (Red+Green+Blue) = 80+45+241=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #502DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DF1 is #AFD20E. Grayscale: #4D4D4D. Windows color (decimal): -11522575 or 15805776. OLE color: 15805776.

HSL color Cylindrical-coordinate representation of color #502DF1: hue angle of 250.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502DF1 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 45 241 -
CMYK 0.67 0.81 0 0.05
HSL 250.71º 0.88% 0.56% -
HSV(B) 250.71º 0.81% 0.95% -
XYZ 20.12 9.93 84.08 -
YUV 77.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 80 45 241 0.67 0.81 0 0.05 250.71 0.88 0.56
Hex 50 2D F1 43 51 0 5 FB 58 38
Octal 120 55 361 103 121 0 5 373 130 70
Binary 1010000 101101 11110001 1000011 1010001 0 101 11111011 1011000 111000

Color Harmonies of #502DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DF1

Black with #502DF1

Text Example


Text Example

White with #502DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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