#641DED

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

Shades of Han Purple #641DED

Tints of Han Purple #641DED

Color information

#641DED (or 0x641DED) is unknown color: approx Han Purple. HEX triplet: 64, 1D and ED. RGB value is (100,29,237). Sum of RGB (Red+Green+Blue) = 100+29+237=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #641DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641DED is #9BE212. Grayscale: #494949. Windows color (decimal): -10215955 or 15539556. OLE color: 15539556.

HSL color Cylindrical-coordinate representation of color #641DED: hue angle of 260.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641DED is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10029237-
CMYK0.580.8800.07
HSL260.48º85.25%52.16%-
HSV(B)260.48º87.76%92.94%-
XYZ20.989.780.89-
YUV73.94220.02146.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 237 (92.97% from 255) = 64.75%
R=27.32%
G=7.92%
B=64.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100292370.580.8800.07260.4885.2552.16
Hex641DED3A58071045534
Octal14435355721300740412564
Binary11001001110111101101111010101100001111000001001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,29,237); }

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

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

 a { background-color: rgb(100,29,237); }

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

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

 span { border-color: rgb(100,29,237); }

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