#4C10D5

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

Shades of Han Purple #4C10D5

Tints of Han Purple #4C10D5

Color information

#4C10D5 (or 0x4C10D5) is unknown color: approx Han Purple. HEX triplet: 4C, 10 and D5. RGB value is (76,16,213). Sum of RGB (Red+Green+Blue) = 76+16+213=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C10D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10D5 is #B3EF2A. Grayscale: #373737. Windows color (decimal): -11792171 or 13963340. OLE color: 13963340.

HSL color Cylindrical-coordinate representation of color #4C10D5: hue angle of 258.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C10D5 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7616213-
CMYK0.640.9200.16
HSL258.27º86.03%44.9%-
HSV(B)258.27º92.49%83.53%-
XYZ15.186.7163.45-
YUV56.4216.38141.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 213 (83.59% from 255) = 69.84%
R=24.92%
G=5.25%
B=69.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76162130.640.9200.16258.2786.0344.9
Hex4C10D5405C010102562d
Octal1142032510013402040212655
Binary10011001000011010101100000010111000100001000000101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C10D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,16,213); }

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

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

 a { background-color: rgb(76,16,213); }

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

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

 span { border-color: rgb(76,16,213); }

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