Html Css Color HEX #4F13FE Han Purple

📋 copy color: '#4F13FE'

red 79 ◦ green 19 ◦ blue 254

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

Shades of Han Purple #4F13FE

Tints of Han Purple #4F13FE

RGB

 RED value IS 79 (31.25% from 255) = 22.44%

 GREEN value IS 19 (7.81% from 255) = 5.4%

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

R = 22.44%
G = 5.4%
B = 72.16%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F13FE (or 0x4F13FE) is known color: Han Purple. HEX triplet: 4F, 13 and FE. RGB value is (79,19,254). Sum of RGB (Red+Green+Blue) = 79+19+254=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F13FE is #B0EC01. Grayscale: #3E3E3E. Windows color (decimal): -11594754 or 16651087. OLE color: 16651087.

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

Color convert

RGB 79 19 254 -
CMYK 0.69 0.93 0 0.00
HSL 255.32º 0.99% 0.54% -
HSV(B) 255.32º 0.93% 1% -
XYZ 21.35 9.28 94.43 -
YUV 63.73 235.38 138.89 -
System Red Green Blue C M Y K H S L
Decimal 79 19 254 0.69 0.93 0 0.00 255.32 0.99 0.54
Hex 4F 13 FE 45 5D 0 0 FF 63 36
Octal 117 23 376 105 135 0 0 377 143 66
Binary 1001111 10011 11111110 1000101 1011101 0 0 11111111 1100011 110110

Color Harmonies of #4F13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F13FE

Black with #4F13FE

Text Example


Text Example

White with #4F13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,254); }

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

background-color css

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

 a { background-color: rgb(79,19,254); }

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

border-color css

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

 span { border-color: rgb(79,19,254); }

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