#6B31FD

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

Shades of Han Purple #6B31FD

Tints of Han Purple #6B31FD

Color information

#6B31FD (or 0x6B31FD) is unknown color: approx Han Purple. HEX triplet: 6B, 31 and FD. RGB value is (107,49,253). Sum of RGB (Red+Green+Blue) = 107+49+253=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B31FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31FD is #94CE02. Grayscale: #585858. Windows color (decimal): -9752067 or 16593259. OLE color: 16593259.

HSL color Cylindrical-coordinate representation of color #6B31FD: hue angle of 257.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B31FD is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10749253-
CMYK0.580.8100.01
HSL257.06º98.08%59.22%-
HSV(B)257.06º80.63%99.22%-
XYZ24.8912.4194.01-
YUV89.6220.22140.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=26.16%
G=11.98%
B=61.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal107492530.580.8100.01257.0698.0859.22
Hex6B31FD3A5101101623b
Octal15361375721210140114273
Binary1101011110001111111011110101010001011000000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B31FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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