Html Css Color HEX #4F18FA Han Purple

📋 copy color: '#4F18FA'

red 79 ◦ green 24 ◦ blue 250

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

Shades of Han Purple #4F18FA

Tints of Han Purple #4F18FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 22.38%
G = 6.8%
B = 70.82%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F18FA (or 0x4F18FA) is known color: Han Purple. HEX triplet: 4F, 18 and FA. RGB value is (79,24,250). Sum of RGB (Red+Green+Blue) = 79+24+250=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F18FA is #B0E705. Grayscale: #414141. Windows color (decimal): -11593478 or 16390223. OLE color: 16390223.

HSL color Cylindrical-coordinate representation of color #4F18FA: hue angle of 254.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F18FA is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 24 250 -
CMYK 0.68 0.90 0 0.02
HSL 254.6º 0.96% 0.54% -
HSV(B) 254.6º 0.9% 0.98% -
XYZ 20.81 9.22 91.13 -
YUV 66.21 231.72 137.12 -
System Red Green Blue C M Y K H S L
Decimal 79 24 250 0.68 0.90 0 0.02 254.6 0.96 0.54
Hex 4F 18 FA 44 5A 0 2 FF 60 36
Octal 117 30 372 104 132 0 2 377 140 66
Binary 1001111 11000 11111010 1000100 1011010 0 10 11111111 1100000 110110

Color Harmonies of #4F18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F18FA

Black with #4F18FA

Text Example


Text Example

White with #4F18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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