Html Css Color HEX #4F05DC Han Purple

📋 copy color: '#4F05DC'

red 79 ◦ green 5 ◦ blue 220

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

Shades of Han Purple #4F05DC

Tints of Han Purple #4F05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 25.99%
G = 1.64%
B = 72.37%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F05DC (or 0x4F05DC) is known color: Han Purple. HEX triplet: 4F, 05 and DC. RGB value is (79,5,220). Sum of RGB (Red+Green+Blue) = 79+5+220=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F05DC is #B0FA23. Grayscale: #323232. Windows color (decimal): -11598372 or 14419279. OLE color: 14419279.

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

Color convert

RGB 79 5 220 -
CMYK 0.64 0.98 0 0.14
HSL 260.65º 0.96% 0.44% -
HSV(B) 260.65º 0.98% 0.86% -
XYZ 16.2 6.94 68.2 -
YUV 51.64 223.02 147.52 -
System Red Green Blue C M Y K H S L
Decimal 79 5 220 0.64 0.98 0 0.14 260.65 0.96 0.44
Hex 4F 5 DC 40 62 0 E 105 60 2C
Octal 117 5 334 100 142 0 16 405 140 54
Binary 1001111 101 11011100 1000000 1100010 0 1110 100000101 1100000 101100

Color Harmonies of #4F05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F05DC

Black with #4F05DC

Text Example


Text Example

White with #4F05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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