Html Css Color HEX #501CF3 Han Purple

📋 copy color: '#501CF3'

red 80 ◦ green 28 ◦ blue 243

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

Shades of Han Purple #501CF3

Tints of Han Purple #501CF3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

 BLUE value IS 243 (95.31% from 255) = 69.23%

R = 22.79%
G = 7.98%
B = 69.23%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#501CF3 (or 0x501CF3) is known color: Han Purple. HEX triplet: 50, 1C and F3. RGB value is (80,28,243). Sum of RGB (Red+Green+Blue) = 80+28+243=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #501CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CF3 is #AFE30C. Grayscale: #434343. Windows color (decimal): -11526925 or 15932496. OLE color: 15932496.

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

Color convert

RGB 80 28 243 -
CMYK 0.67 0.88 0 0.05
HSL 254.51º 0.9% 0.53% -
HSV(B) 254.51º 0.88% 0.95% -
XYZ 19.9 9.01 85.48 -
YUV 68.06 226.73 136.52 -
System Red Green Blue C M Y K H S L
Decimal 80 28 243 0.67 0.88 0 0.05 254.51 0.9 0.53
Hex 50 1C F3 43 58 0 5 FF 5A 35
Octal 120 34 363 103 130 0 5 377 132 65
Binary 1010000 11100 11110011 1000011 1011000 0 101 11111111 1011010 110101

Color Harmonies of #501CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CF3

Black with #501CF3

Text Example


Text Example

White with #501CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501CF3; }

 p { color: rgb(80,28,243); }

 H1.HeaderClassName
 {
   color: #501CF3;
 }
 .AnyTagClassName
 {
   color: #501CF3;
 }
</style>

background-color css

<style>
 a { background-color: #501CF3; }

 a { background-color: rgb(80,28,243); }

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

border-color css

<style>
 span { border-color: #501CF3; }

 span { border-color: rgb(80,28,243); }

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