#4C1FF7

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

Shades of Han Purple #4C1FF7

Tints of Han Purple #4C1FF7

Color information

#4C1FF7 (or 0x4C1FF7) is unknown color: approx Han Purple. HEX triplet: 4C, 1F and F7. RGB value is (76,31,247). Sum of RGB (Red+Green+Blue) = 76+31+247=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 247 (96.88% from 255 or 69.77% from 354); Max value from RGB is 247 - color contains mainly: blue. Hex color #4C1FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1FF7 is #B3E008. Grayscale: #444444. Windows color (decimal): -11788297 or 16195404. OLE color: 16195404.

HSL color Cylindrical-coordinate representation of color #4C1FF7: hue angle of 252.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1FF7 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7631247-
CMYK0.690.8700.03
HSL252.5º93.1%54.51%-
HSV(B)252.5º87.45%96.86%-
XYZ20.269.2388.71-
YUV69.08228.41132.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.47%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 247 (96.88% from 255) = 69.77%
R=21.47%
G=8.76%
B=69.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76312470.690.8700.03252.593.154.51
Hex4C1FF7455703fc5d37
Octal114373671051270337413567
Binary1001100111111111011110001011010111011111111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,31,247); }

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

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

 a { background-color: rgb(76,31,247); }

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

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

 span { border-color: rgb(76,31,247); }

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