#652ef1

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

Shades of Han Purple #652EF1

Tints of Han Purple #652EF1

Color information

#652EF1 (or 0x652EF1) is unknown color: approx Han Purple. HEX triplet: 65, 2E and F1. RGB value is (101,46,241). Sum of RGB (Red+Green+Blue) = 101+46+241=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #652EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652EF1 is #9AD10E. Grayscale: #535353. Windows color (decimal): -10146063 or 15806053. OLE color: 15806053.

HSL color Cylindrical-coordinate representation of color #652EF1: hue angle of 256.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652EF1 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10146241-
CMYK0.580.8100.05
HSL256.92º87.44%56.27%-
HSV(B)256.92º80.91%94.51%-
XYZ22.2211.0784.18-
YUV84.68216.22139.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=26.03%
G=11.86%
B=62.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101462410.580.8100.05256.9287.4456.27
Hex652EF13A51051015738
Octal14556361721210540112770
Binary110010110111011110001111010101000101011000000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652ef1; }

 p { color: rgb(101,46,241); }

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

<style>
 a { background-color: #652ef1; }

 a { background-color: rgb(101,46,241); }

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

<style>
 span { border-color: #652ef1; }

 span { border-color: rgb(101,46,241); }

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