Html Css Color HEX #4F02DC Han Purple

📋 copy color: '#4F02DC'

red 79 ◦ green 2 ◦ blue 220

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

Shades of Han Purple #4F02DC

Tints of Han Purple #4F02DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 26.25%
G = 0.66%
B = 73.09%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F02DC (or 0x4F02DC) is known color: Han Purple. HEX triplet: 4F, 02 and DC. RGB value is (79,2,220). Sum of RGB (Red+Green+Blue) = 79+2+220=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F02DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02DC is #B0FD23. Grayscale: #313131. Windows color (decimal): -11599140 or 14418511. OLE color: 14418511.

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

Color convert

RGB 79 2 220 -
CMYK 0.64 0.99 0 0.14
HSL 261.19º 0.98% 0.44% -
HSV(B) 261.19º 0.99% 0.86% -
XYZ 16.16 6.87 68.18 -
YUV 49.88 224.01 148.77 -
System Red Green Blue C M Y K H S L
Decimal 79 2 220 0.64 0.99 0 0.14 261.19 0.98 0.44
Hex 4F 2 DC 40 63 0 E 105 62 2C
Octal 117 2 334 100 143 0 16 405 142 54
Binary 1001111 10 11011100 1000000 1100011 0 1110 100000101 1100010 101100

Color Harmonies of #4F02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F02DC

Black with #4F02DC

Text Example


Text Example

White with #4F02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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