Html Css Color HEX #4F18FF Han Purple

📋 copy color: '#4F18FF'

red 79 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #4F18FF

Tints of Han Purple #4F18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

 BLUE value IS 255 (100% from 255) = 71.23%

R = 22.07%
G = 6.7%
B = 71.23%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F18FF (or 0x4F18FF) is known color: Han Purple. HEX triplet: 4F, 18 and FF. RGB value is (79,24,255). Sum of RGB (Red+Green+Blue) = 79+24+255=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F18FF is #B0E700. Grayscale: #414141. Windows color (decimal): -11593473 or 16717903. OLE color: 16717903.

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

Color convert

RGB 79 24 255 -
CMYK 0.69 0.91 0 0
HSL 254.29º 1% 0.55% -
HSV(B) 254.29º 0.91% 1% -
XYZ 21.6 9.54 95.31 -
YUV 66.78 234.22 136.72 -
System Red Green Blue C M Y K H S L
Decimal 79 24 255 0.69 0.91 0 0 254.29 1 0.55
Hex 4F 18 FF 45 5B 0 0 FE 64 37
Octal 117 30 377 105 133 0 0 376 144 67
Binary 1001111 11000 11111111 1000101 1011011 0 0 11111110 1100100 110111

Color Harmonies of #4F18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F18FF

Black with #4F18FF

Text Example


Text Example

White with #4F18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,255); }

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

background-color css

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

 a { background-color: rgb(79,24,255); }

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

border-color css

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

 span { border-color: rgb(79,24,255); }

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