#612df1

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

Shades of Han Purple #612DF1

Tints of Han Purple #612DF1

Color information

#612DF1 (or 0x612DF1) is unknown color: approx Han Purple. HEX triplet: 61, 2D and F1. RGB value is (97,45,241). Sum of RGB (Red+Green+Blue) = 97+45+241=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #612DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DF1 is #9ED20E. Grayscale: #525252. Windows color (decimal): -10408463 or 15805793. OLE color: 15805793.

HSL color Cylindrical-coordinate representation of color #612DF1: hue angle of 255.92º degrees, saturation: 0.88, 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 #612DF1 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9745241-
CMYK0.600.8100.05
HSL255.92º87.5%56.08%-
HSV(B)255.92º81.33%94.51%-
XYZ21.7510.7784.15-
YUV82.89217.23138.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 241 (94.53% from 255) = 62.92%
R=25.33%
G=11.75%
B=62.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97452410.600.8100.05255.9287.556.08
Hex612DF13C51051005838
Octal14155361741210540013070
Binary110000110110111110001111100101000101011000000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612df1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612df1; }

 p { color: rgb(97,45,241); }

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

<style>
 a { background-color: #612df1; }

 a { background-color: rgb(97,45,241); }

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

<style>
 span { border-color: #612df1; }

 span { border-color: rgb(97,45,241); }

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