#641deb

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

Shades of Han Purple #641DEB

Tints of Han Purple #641DEB

Color information

#641DEB (or 0x641DEB) is unknown color: approx Han Purple. HEX triplet: 64, 1D and EB. RGB value is (100,29,235). Sum of RGB (Red+Green+Blue) = 100+29+235=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #641DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641DEB is #9BE214. Grayscale: #484848. Windows color (decimal): -10215957 or 15408484. OLE color: 15408484.

HSL color Cylindrical-coordinate representation of color #641DEB: hue angle of 260.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641DEB is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10029235-
CMYK0.570.8800.08
HSL260.68º83.74%51.76%-
HSV(B)260.68º87.66%92.16%-
XYZ20.699.5979.36-
YUV73.71219.02146.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 29 (11.72% from 255) = 7.97%
BLUE value IS 235 (92.19% from 255) = 64.56%
R=27.47%
G=7.97%
B=64.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal100292350.570.8800.08260.6883.7451.76
Hex641DEB3958081055434
Octal144353537113001040512464
Binary110010011101111010111110011011000010001000001011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641deb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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