Html Css Color HEX #4A17FE Han Purple

📋 copy color: '#4A17FE'

red 74 ◦ green 23 ◦ blue 254

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

Shades of Han Purple #4A17FE

Tints of Han Purple #4A17FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 21.08%
G = 6.55%
B = 72.36%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A17FE (or 0x4A17FE) is known color: Han Purple. HEX triplet: 4A, 17 and FE. RGB value is (74,23,254). Sum of RGB (Red+Green+Blue) = 74+23+254=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A17FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A17FE is #B5E801. Grayscale: #3F3F3F. Windows color (decimal): -11921410 or 16652106. OLE color: 16652106.

HSL color Cylindrical-coordinate representation of color #4A17FE: hue angle of 253.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A17FE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 23 254 -
CMYK 0.71 0.91 0 0.00
HSL 253.25º 0.99% 0.54% -
HSV(B) 253.25º 0.91% 1% -
XYZ 21.02 9.22 94.44 -
YUV 64.58 234.9 134.72 -
System Red Green Blue C M Y K H S L
Decimal 74 23 254 0.71 0.91 0 0.00 253.25 0.99 0.54
Hex 4A 17 FE 47 5B 0 0 FD 63 36
Octal 112 27 376 107 133 0 0 375 143 66
Binary 1001010 10111 11111110 1000111 1011011 0 0 11111101 1100011 110110

Color Harmonies of #4A17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A17FE

Black with #4A17FE

Text Example


Text Example

White with #4A17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,254); }

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

background-color css

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

 a { background-color: rgb(74,23,254); }

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

border-color css

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

 span { border-color: rgb(74,23,254); }

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