Html Css Color HEX #4A10F1 Han Purple

📋 copy color: '#4A10F1'

red 74 ◦ green 16 ◦ blue 241

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

Shades of Han Purple #4A10F1

Tints of Han Purple #4A10F1

RGB

 RED value IS 74 (29.3% from 255) = 22.36%

 GREEN value IS 16 (6.64% from 255) = 4.83%

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

R = 22.36%
G = 4.83%
B = 72.81%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4A10F1 (or 0x4A10F1) is known color: Han Purple. HEX triplet: 4A, 10 and F1. RGB value is (74,16,241). Sum of RGB (Red+Green+Blue) = 74+16+241=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A10F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A10F1 is #B5EF0E. Grayscale: #3A3A3A. Windows color (decimal): -11923215 or 15798346. OLE color: 15798346.

HSL color Cylindrical-coordinate representation of color #4A10F1: hue angle of 255.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A10F1 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 16 241 -
CMYK 0.69 0.93 0 0.05
HSL 255.47º 0.89% 0.5% -
HSV(B) 255.47º 0.93% 0.95% -
XYZ 18.89 8.18 83.8 -
YUV 58.99 230.72 138.7 -
System Red Green Blue C M Y K H S L
Decimal 74 16 241 0.69 0.93 0 0.05 255.47 0.89 0.5
Hex 4A 10 F1 45 5D 0 5 FF 59 32
Octal 112 20 361 105 135 0 5 377 131 62
Binary 1001010 10000 11110001 1000101 1011101 0 101 11111111 1011001 110010

Color Harmonies of #4A10F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A10F1

Black with #4A10F1

Text Example


Text Example

White with #4A10F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A10F1; }

 p { color: rgb(74,16,241); }

 H1.HeaderClassName
 {
   color: #4A10F1;
 }
 .AnyTagClassName
 {
   color: #4A10F1;
 }
</style>

background-color css

<style>
 a { background-color: #4A10F1; }

 a { background-color: rgb(74,16,241); }

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

border-color css

<style>
 span { border-color: #4A10F1; }

 span { border-color: rgb(74,16,241); }

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