Html Css Color HEX #4F14ED Han Purple

📋 copy color: '#4F14ED'

red 79 ◦ green 20 ◦ blue 237

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

Shades of Han Purple #4F14ED

Tints of Han Purple #4F14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 23.51%
G = 5.95%
B = 70.54%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F14ED (or 0x4F14ED) is known color: Han Purple. HEX triplet: 4F, 14 and ED. RGB value is (79,20,237). Sum of RGB (Red+Green+Blue) = 79+20+237=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F14ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F14ED is #B0EB12. Grayscale: #3D3D3D. Windows color (decimal): -11594515 or 15537231. OLE color: 15537231.

HSL color Cylindrical-coordinate representation of color #4F14ED: hue angle of 256.31º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F14ED is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 20 237 -
CMYK 0.67 0.92 0 0.07
HSL 256.31º 0.86% 0.5% -
HSV(B) 256.31º 0.92% 0.93% -
XYZ 18.76 8.28 80.73 -
YUV 62.38 226.55 139.86 -
System Red Green Blue C M Y K H S L
Decimal 79 20 237 0.67 0.92 0 0.07 256.31 0.86 0.5
Hex 4F 14 ED 43 5C 0 7 100 56 32
Octal 117 24 355 103 134 0 7 400 126 62
Binary 1001111 10100 11101101 1000011 1011100 0 111 100000000 1010110 110010

Color Harmonies of #4F14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F14ED

Black with #4F14ED

Text Example


Text Example

White with #4F14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,20,237); }

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

background-color css

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

 a { background-color: rgb(79,20,237); }

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

border-color css

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

 span { border-color: rgb(79,20,237); }

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