#4f00ce

Color #4F00CE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4F00CE

Tints of Han Purple #4F00CE

Color information

#4F00CE (or 0x4F00CE) is unknown color: approx Han Purple. HEX triplet: 4F, 00 and CE. RGB value is (79,0,206). Sum of RGB (Red+Green+Blue) = 79+0+206=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00CE is #B0FF31. Grayscale: #2E2E2E. Windows color (decimal): -11599666 or 13500495. OLE color: 13500495.

HSL color Cylindrical-coordinate representation of color #4F00CE: hue angle of 263.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00CE is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB790206-
CMYK0.62100.19
HSL263.01º100%40.39%-
HSV(B)263.01º100%80.78%-
XYZ14.376.1258.82-
YUV47.1217.67150.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 72.28%
R=27.72%
G=0%
B=72.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7902060.62100.19263.0110040.39
Hex4F0CE3E640131076428
Octal11703167614402340714450
Binary100111101100111011111011001000100111000001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f00ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,206); }

 H1.HeaderClassName
 {
   color: #4f00ce;
 }
 .AnyTagClassName
 {
   color: #4f00ce;
 }
</style>
background-color css

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

 a { background-color: rgb(79,0,206); }

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

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

 span { border-color: rgb(79,0,206); }

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