Html Css Color HEX #4F23FA Han Purple

📋 copy color: '#4F23FA'

red 79 ◦ green 35 ◦ blue 250

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

Shades of Han Purple #4F23FA

Tints of Han Purple #4F23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.62%

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

R = 21.7%
G = 9.62%
B = 68.68%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F23FA (or 0x4F23FA) is known color: Han Purple. HEX triplet: 4F, 23 and FA. RGB value is (79,35,250). Sum of RGB (Red+Green+Blue) = 79+35+250=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F23FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F23FA is #B0DC05. Grayscale: #474747. Windows color (decimal): -11590662 or 16393039. OLE color: 16393039.

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

Color convert

RGB 79 35 250 -
CMYK 0.68 0.86 0 0.02
HSL 252.28º 0.96% 0.56% -
HSV(B) 252.28º 0.86% 0.98% -
XYZ 21.08 9.77 91.22 -
YUV 72.67 228.08 132.52 -
System Red Green Blue C M Y K H S L
Decimal 79 35 250 0.68 0.86 0 0.02 252.28 0.96 0.56
Hex 4F 23 FA 44 56 0 2 FC 60 38
Octal 117 43 372 104 126 0 2 374 140 70
Binary 1001111 100011 11111010 1000100 1010110 0 10 11111100 1100000 111000

Color Harmonies of #4F23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F23FA

Black with #4F23FA

Text Example


Text Example

White with #4F23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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