#4d0fdd

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

Shades of Han Purple #4D0FDD

Tints of Han Purple #4D0FDD

Color information

#4D0FDD (or 0x4D0FDD) is unknown color: approx Han Purple. HEX triplet: 4D, 0F and DD. RGB value is (77,15,221). Sum of RGB (Red+Green+Blue) = 77+15+221=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D0FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FDD is #B2F022. Grayscale: #383838. Windows color (decimal): -11726883 or 14487373. OLE color: 14487373.

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

Color convert

RGB7715221-
CMYK0.650.9300.13
HSL258.06º87.29%46.27%-
HSV(B)258.06º93.21%86.67%-
XYZ16.287.1468.93-
YUV57.02220.54142.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 221 (86.72% from 255) = 70.61%
R=24.60%
G=4.79%
B=70.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77152210.650.9300.13258.0687.2946.27
Hex4DFDD415D0D102572e
Octal1151733510113501540212756
Binary100110111111101110110000011011101011011000000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d0fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,15,221); }

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

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

 a { background-color: rgb(77,15,221); }

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

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

 span { border-color: rgb(77,15,221); }

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