#460DED

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

Shades of Han Purple #460DED

Tints of Han Purple #460DED

Color information

#460DED (or 0x460DED) is unknown color: approx Han Purple. HEX triplet: 46, 0D and ED. RGB value is (70,13,237). Sum of RGB (Red+Green+Blue) = 70+13+237=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #460DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DED is #B9F212. Grayscale: #363636. Windows color (decimal): -12186131 or 15535430. OLE color: 15535430.

HSL color Cylindrical-coordinate representation of color #460DED: hue angle of 255.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460DED is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7013237-
CMYK0.700.9500.07
HSL255.27º89.6%49.02%-
HSV(B)255.27º94.51%92.94%-
XYZ17.967.780.66-
YUV55.58230.38138.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 13 (5.47% from 255) = 4.06%
BLUE value IS 237 (92.97% from 255) = 74.06%
R=21.88%
G=4.06%
B=74.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70132370.700.9500.07255.2789.649.02
Hex46DED465F07ff5a31
Octal106153551061370737713261
Binary1000110110111101101100011010111110111111111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460DED; }

 p { color: rgb(70,13,237); }

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

<style>
 a { background-color: #460DED; }

 a { background-color: rgb(70,13,237); }

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

<style>
 span { border-color: #460DED; }

 span { border-color: rgb(70,13,237); }

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