#6933F5

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

Shades of Han Purple #6933F5

Tints of Han Purple #6933F5

Color information

#6933F5 (or 0x6933F5) is unknown color: approx Han Purple. HEX triplet: 69, 33 and F5. RGB value is (105,51,245). Sum of RGB (Red+Green+Blue) = 105+51+245=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 51 (20.31% from 255 or 12.72% 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 #6933F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933F5 is #96CC0A. Grayscale: #585858. Windows color (decimal): -9882635 or 16069481. OLE color: 16069481.

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

Color convert

RGB10551245-
CMYK0.570.7900.04
HSL256.7º90.65%58.04%-
HSV(B)256.7º79.18%96.08%-
XYZ23.4911.9687.46-
YUV89.26215.89139.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=26.18%
G=12.72%
B=61.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal105512450.570.7900.04256.790.6558.04
Hex6933F5394F041015b3a
Octal15163365711170440113372
Binary110100111001111110101111001100111101001000000011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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