#6933EB

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

Shades of Han Purple #6933EB

Tints of Han Purple #6933EB

Color information

#6933EB (or 0x6933EB) is unknown color: approx Han Purple. HEX triplet: 69, 33 and EB. RGB value is (105,51,235). Sum of RGB (Red+Green+Blue) = 105+51+235=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #6933EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933EB is #96CC14. Grayscale: #575757. Windows color (decimal): -9882645 or 15414121. OLE color: 15414121.

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

Color convert

RGB10551235-
CMYK0.550.7800.08
HSL257.61º82.14%56.08%-
HSV(B)257.61º78.3%92.16%-
XYZ2211.3779.63-
YUV88.12210.89140.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 235 (92.19% from 255) = 60.10%
R=26.85%
G=13.04%
B=60.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105512350.550.7800.08257.6182.1456.08
Hex6933EB374E081025238
Octal151633536711601040212270
Binary1101001110011111010111101111001110010001000000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6933EB; }

 p { color: rgb(105,51,235); }

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

<style>
 a { background-color: #6933EB; }

 a { background-color: rgb(105,51,235); }

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

<style>
 span { border-color: #6933EB; }

 span { border-color: rgb(105,51,235); }

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