#6B31F5

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

Shades of Han Purple #6B31F5

Tints of Han Purple #6B31F5

Color information

#6B31F5 (or 0x6B31F5) is unknown color: approx Han Purple. HEX triplet: 6B, 31 and F5. RGB value is (107,49,245). Sum of RGB (Red+Green+Blue) = 107+49+245=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #6B31F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31F5 is #94CE0A. Grayscale: #575757. Windows color (decimal): -9752075 or 16068971. OLE color: 16068971.

HSL color Cylindrical-coordinate representation of color #6B31F5: hue angle of 257.76º 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 #6B31F5 is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10749245-
CMYK0.560.800.04
HSL257.76º90.74%57.65%-
HSV(B)257.76º80%96.08%-
XYZ23.6411.9187.44-
YUV88.69216.22141.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=26.68%
G=12.22%
B=61.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal107492450.560.800.04257.7690.7457.65
Hex6B31F53850041025b3a
Octal15361365701200440213372
Binary110101111000111110101111000101000001001000000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B31F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B31F5; }

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

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

<style>
 a { background-color: #6B31F5; }

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

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

<style>
 span { border-color: #6B31F5; }

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

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