#6731EA

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

Shades of Han Purple #6731EA

Tints of Han Purple #6731EA

Color information

#6731EA (or 0x6731EA) is unknown color: approx Han Purple. HEX triplet: 67, 31 and EA. RGB value is (103,49,234). Sum of RGB (Red+Green+Blue) = 103+49+234=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #6731EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731EA is #98CE15. Grayscale: #555555. Windows color (decimal): -10014230 or 15348071. OLE color: 15348071.

HSL color Cylindrical-coordinate representation of color #6731EA: hue angle of 257.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6731EA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10349234-
CMYK0.560.7900.08
HSL257.51º81.5%55.49%-
HSV(B)257.51º79.06%91.76%-
XYZ21.5411.0278.83-
YUV86.24211.39139.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.68%
GREEN value IS 49 (19.53% from 255) = 12.69%
BLUE value IS 234 (91.80% from 255) = 60.62%
R=26.68%
G=12.69%
B=60.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103492340.560.7900.08257.5181.555.49
Hex6731EA384F081025137
Octal147613527011701040212167
Binary1100111110001111010101110001001111010001000000101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6731EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6731EA; }

 p { color: rgb(103,49,234); }

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

<style>
 a { background-color: #6731EA; }

 a { background-color: rgb(103,49,234); }

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

<style>
 span { border-color: #6731EA; }

 span { border-color: rgb(103,49,234); }

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