Html Css Color HEX #4F1FDC Han Purple

📋 copy color: '#4F1FDC'

red 79 ◦ green 31 ◦ blue 220

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

Shades of Han Purple #4F1FDC

Tints of Han Purple #4F1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 23.94%
G = 9.39%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F1FDC (or 0x4F1FDC) is known color: Han Purple. HEX triplet: 4F, 1F and DC. RGB value is (79,31,220). Sum of RGB (Red+Green+Blue) = 79+31+220=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F1FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1FDC is #B0E023. Grayscale: #424242. Windows color (decimal): -11591716 or 14425935. OLE color: 14425935.

HSL color Cylindrical-coordinate representation of color #4F1FDC: hue angle of 255.24º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1FDC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 31 220 -
CMYK 0.64 0.86 0 0.14
HSL 255.24º 0.75% 0.49% -
HSV(B) 255.24º 0.86% 0.86% -
XYZ 16.63 7.81 68.34 -
YUV 66.9 214.4 136.63 -
System Red Green Blue C M Y K H S L
Decimal 79 31 220 0.64 0.86 0 0.14 255.24 0.75 0.49
Hex 4F 1F DC 40 56 0 E FF 4B 31
Octal 117 37 334 100 126 0 16 377 113 61
Binary 1001111 11111 11011100 1000000 1010110 0 1110 11111111 1001011 110001

Color Harmonies of #4F1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1FDC

Black with #4F1FDC

Text Example


Text Example

White with #4F1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,220); }

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

background-color css

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

 a { background-color: rgb(79,31,220); }

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

border-color css

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

 span { border-color: rgb(79,31,220); }

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