#4F1CDD

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

Shades of Han Purple #4F1CDD

Tints of Han Purple #4F1CDD

Color information

#4F1CDD (or 0x4F1CDD) is unknown color: approx Han Purple. HEX triplet: 4F, 1C and DD. RGB value is (79,28,221). Sum of RGB (Red+Green+Blue) = 79+28+221=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F1CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CDD is #B0E322. Grayscale: #404040. Windows color (decimal): -11592483 or 14490703. OLE color: 14490703.

HSL color Cylindrical-coordinate representation of color #4F1CDD: hue angle of 255.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1CDD is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7928221-
CMYK0.640.8700.13
HSL255.85º77.51%48.82%-
HSV(B)255.85º87.33%86.67%-
XYZ16.697.7169.02-
YUV65.25215.9137.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 28 (11.33% from 255) = 8.54%
BLUE value IS 221 (86.72% from 255) = 67.38%
R=24.09%
G=8.54%
B=67.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79282210.640.8700.13255.8577.5148.82
Hex4F1CDD40570D1004e31
Octal1173433510012701540011661
Binary1001111111001101110110000001010111011011000000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,221); }

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

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

 a { background-color: rgb(79,28,221); }

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

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

 span { border-color: rgb(79,28,221); }

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