#6933F1

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

Shades of Han Purple #6933F1

Tints of Han Purple #6933F1

Color information

#6933F1 (or 0x6933F1) is unknown color: approx Han Purple. HEX triplet: 69, 33 and F1. RGB value is (105,51,241). Sum of RGB (Red+Green+Blue) = 105+51+241=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #6933F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933F1 is #96CC0E. Grayscale: #585858. Windows color (decimal): -9882639 or 15807337. OLE color: 15807337.

HSL color Cylindrical-coordinate representation of color #6933F1: hue angle of 257.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6933F1 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10551241-
CMYK0.560.7900.05
HSL257.05º87.16%57.25%-
HSV(B)257.05º78.84%94.51%-
XYZ22.8911.7284.28-
YUV88.81213.89139.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 241 (94.53% from 255) = 60.71%
R=26.45%
G=12.85%
B=60.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105512410.560.7900.05257.0587.1657.25
Hex6933F1384F051015739
Octal15163361701170540112771
Binary110100111001111110001111000100111101011000000011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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