Html Css Color HEX #4F32FC Han Purple

📋 copy color: '#4F32FC'

red 79 ◦ green 50 ◦ blue 252

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

Shades of Han Purple #4F32FC

Tints of Han Purple #4F32FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 20.73%
G = 13.12%
B = 66.14%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F32FC (or 0x4F32FC) is known color: Han Purple. HEX triplet: 4F, 32 and FC. RGB value is (79,50,252). Sum of RGB (Red+Green+Blue) = 79+50+252=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F32FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32FC is #B0CD03. Grayscale: #505050. Windows color (decimal): -11586820 or 16527951. OLE color: 16527951.

HSL color Cylindrical-coordinate representation of color #4F32FC: hue angle of 248.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F32FC is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 50 252 -
CMYK 0.69 0.80 0 0.01
HSL 248.61º 0.97% 0.59% -
HSV(B) 248.61º 0.8% 0.99% -
XYZ 21.94 10.97 93.06 -
YUV 81.7 224.11 126.07 -
System Red Green Blue C M Y K H S L
Decimal 79 50 252 0.69 0.80 0 0.01 248.61 0.97 0.59
Hex 4F 32 FC 45 50 0 1 F9 61 3B
Octal 117 62 374 105 120 0 1 371 141 73
Binary 1001111 110010 11111100 1000101 1010000 0 1 11111001 1100001 111011

Color Harmonies of #4F32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32FC

Black with #4F32FC

Text Example


Text Example

White with #4F32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,252); }

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

background-color css

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

 a { background-color: rgb(79,50,252); }

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

border-color css

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

 span { border-color: rgb(79,50,252); }

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