#612DF8

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

Shades of Han Purple #612DF8

Tints of Han Purple #612DF8

Color information

#612DF8 (or 0x612DF8) is unknown color: approx Han Purple. HEX triplet: 61, 2D and F8. RGB value is (97,45,248). Sum of RGB (Red+Green+Blue) = 97+45+248=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #612DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DF8 is #9ED207. Grayscale: #525252. Windows color (decimal): -10408456 or 16264545. OLE color: 16264545.

HSL color Cylindrical-coordinate representation of color #612DF8: hue angle of 255.37º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612DF8 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9745248-
CMYK0.610.8200.03
HSL255.37º93.55%57.45%-
HSV(B)255.37º81.85%97.25%-
XYZ22.8111.289.77-
YUV83.69220.73137.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 45 (17.97% from 255) = 11.54%
BLUE value IS 248 (97.27% from 255) = 63.59%
R=24.87%
G=11.54%
B=63.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal97452480.610.8200.03255.3793.5557.45
Hex612DF83D5203ff5e39
Octal14155370751220337713671
Binary1100001101101111110001111011010010011111111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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