Html Css Color HEX #4A15F1 Han Purple

📋 copy color: '#4A15F1'

red 74 ◦ green 21 ◦ blue 241

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

Shades of Han Purple #4A15F1

Tints of Han Purple #4A15F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 22.02%
G = 6.25%
B = 71.73%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4A15F1 (or 0x4A15F1) is known color: Han Purple. HEX triplet: 4A, 15 and F1. RGB value is (74,21,241). Sum of RGB (Red+Green+Blue) = 74+21+241=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A15F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A15F1 is #B5EA0E. Grayscale: #3D3D3D. Windows color (decimal): -11921935 or 15799626. OLE color: 15799626.

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

Color convert

RGB 74 21 241 -
CMYK 0.69 0.91 0 0.05
HSL 254.45º 0.89% 0.51% -
HSV(B) 254.45º 0.91% 0.95% -
XYZ 18.97 8.34 83.83 -
YUV 61.93 229.06 136.61 -
System Red Green Blue C M Y K H S L
Decimal 74 21 241 0.69 0.91 0 0.05 254.45 0.89 0.51
Hex 4A 15 F1 45 5B 0 5 FE 59 33
Octal 112 25 361 105 133 0 5 376 131 63
Binary 1001010 10101 11110001 1000101 1011011 0 101 11111110 1011001 110011

Color Harmonies of #4A15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15F1

Black with #4A15F1

Text Example


Text Example

White with #4A15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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