Html Css Color HEX #4F06DC Han Purple

📋 copy color: '#4F06DC'

red 79 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #4F06DC

Tints of Han Purple #4F06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 25.9%
G = 1.97%
B = 72.13%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F06DC (or 0x4F06DC) is known color: Han Purple. HEX triplet: 4F, 06 and DC. RGB value is (79,6,220). Sum of RGB (Red+Green+Blue) = 79+6+220=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F06DC is #B0F923. Grayscale: #333333. Windows color (decimal): -11598116 or 14419535. OLE color: 14419535.

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

Color convert

RGB 79 6 220 -
CMYK 0.64 0.97 0 0.14
HSL 260.47º 0.95% 0.44% -
HSV(B) 260.47º 0.97% 0.86% -
XYZ 16.21 6.96 68.2 -
YUV 52.22 222.68 147.1 -
System Red Green Blue C M Y K H S L
Decimal 79 6 220 0.64 0.97 0 0.14 260.47 0.95 0.44
Hex 4F 6 DC 40 61 0 E 104 5F 2C
Octal 117 6 334 100 141 0 16 404 137 54
Binary 1001111 110 11011100 1000000 1100001 0 1110 100000100 1011111 101100

Color Harmonies of #4F06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06DC

Black with #4F06DC

Text Example


Text Example

White with #4F06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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