#4F15FF

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

Shades of Han Purple #4F15FF

Tints of Han Purple #4F15FF

Color information

#4F15FF (or 0x4F15FF) is unknown color: approx Han Purple. HEX triplet: 4F, 15 and FF. RGB value is (79,21,255). Sum of RGB (Red+Green+Blue) = 79+21+255=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F15FF is #B0EA00. Grayscale: #404040. Windows color (decimal): -11594241 or 16717135. OLE color: 16717135.

HSL color Cylindrical-coordinate representation of color #4F15FF: hue angle of 254.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F15FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7921255-
CMYK0.690.9200
HSL254.87º100%54.12%-
HSV(B)254.87º91.76%100%-
XYZ21.549.4295.29-
YUV65.02235.22137.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 255 (100% from 255) = 71.83%
R=22.25%
G=5.92%
B=71.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79212550.690.9200254.8710054.12
Hex4F15FF455C00ff6436
Octal117253771051340037714466
Binary100111110101111111111000101101110000111111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F15FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,255); }

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

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

 a { background-color: rgb(79,21,255); }

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

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

 span { border-color: rgb(79,21,255); }

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