Html Css Color HEX #4F0EFA Han Purple

📋 copy color: '#4F0EFA'

red 79 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #4F0EFA

Tints of Han Purple #4F0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.08%

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

R = 23.03%
G = 4.08%
B = 72.89%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F0EFA (or 0x4F0EFA) is known color: Han Purple. HEX triplet: 4F, 0E and FA. RGB value is (79,14,250). Sum of RGB (Red+Green+Blue) = 79+14+250=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F0EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0EFA is #B0F105. Grayscale: #3B3B3B. Windows color (decimal): -11596038 or 16387663. OLE color: 16387663.

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

Color convert

RGB 79 14 250 -
CMYK 0.68 0.94 0 0.02
HSL 256.53º 0.96% 0.52% -
HSV(B) 256.53º 0.94% 0.98% -
XYZ 20.64 8.88 91.07 -
YUV 60.34 235.03 141.31 -
System Red Green Blue C M Y K H S L
Decimal 79 14 250 0.68 0.94 0 0.02 256.53 0.96 0.52
Hex 4F E FA 44 5E 0 2 101 60 34
Octal 117 16 372 104 136 0 2 401 140 64
Binary 1001111 1110 11111010 1000100 1011110 0 10 100000001 1100000 110100

Color Harmonies of #4F0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0EFA

Black with #4F0EFA

Text Example


Text Example

White with #4F0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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