#6131F5

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

Shades of Han Purple #6131F5

Tints of Han Purple #6131F5

Color information

#6131F5 (or 0x6131F5) is unknown color: approx Han Purple. HEX triplet: 61, 31 and F5. RGB value is (97,49,245). Sum of RGB (Red+Green+Blue) = 97+49+245=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #6131F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131F5 is #9ECE0A. Grayscale: #545454. Windows color (decimal): -10407435 or 16068961. OLE color: 16068961.

HSL color Cylindrical-coordinate representation of color #6131F5: hue angle of 254.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6131F5 is Cyan = 0.60, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9749245-
CMYK0.600.800.04
HSL254.69º90.74%57.65%-
HSV(B)254.69º80%96.08%-
XYZ22.5111.3387.39-
YUV85.7217.9136.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 245 (96.09% from 255) = 62.66%
R=24.81%
G=12.53%
B=62.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97492450.600.800.04254.6990.7457.65
Hex6131F53C5004ff5b3a
Octal14161365741200437713372
Binary11000011100011111010111110010100000100111111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6131F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6131F5; }

 p { color: rgb(97,49,245); }

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

<style>
 a { background-color: #6131F5; }

 a { background-color: rgb(97,49,245); }

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

<style>
 span { border-color: #6131F5; }

 span { border-color: rgb(97,49,245); }

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