#642BE8

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

Shades of Han Purple #642BE8

Tints of Han Purple #642BE8

Color information

#642BE8 (or 0x642BE8) is unknown color: approx Han Purple. HEX triplet: 64, 2B and E8. RGB value is (100,43,232). Sum of RGB (Red+Green+Blue) = 100+43+232=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #642BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BE8 is #9BD417. Grayscale: #505050. Windows color (decimal): -10212376 or 15215460. OLE color: 15215460.

HSL color Cylindrical-coordinate representation of color #642BE8: hue angle of 258.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642BE8 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10043232-
CMYK0.570.8100.09
HSL258.1º80.43%53.92%-
HSV(B)258.1º81.47%90.98%-
XYZ20.6810.2677.23-
YUV81.59212.88141.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 43 (17.19% from 255) = 11.47%
BLUE value IS 232 (91.02% from 255) = 61.87%
R=26.67%
G=11.47%
B=61.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100432320.570.8100.09258.180.4353.92
Hex642BE83951091025036
Octal144533507112101140212066
Binary1100100101011111010001110011010001010011000000101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642BE8; }

 p { color: rgb(100,43,232); }

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

<style>
 a { background-color: #642BE8; }

 a { background-color: rgb(100,43,232); }

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

<style>
 span { border-color: #642BE8; }

 span { border-color: rgb(100,43,232); }

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