#691BF3

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

Shades of Han Purple #691BF3

Tints of Han Purple #691BF3

Color information

#691BF3 (or 0x691BF3) is unknown color: approx Han Purple. HEX triplet: 69, 1B and F3. RGB value is (105,27,243). Sum of RGB (Red+Green+Blue) = 105+27+243=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #691BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691BF3 is #96E40C. Grayscale: #4A4A4A. Windows color (decimal): -9888781 or 15932265. OLE color: 15932265.

HSL color Cylindrical-coordinate representation of color #691BF3: hue angle of 261.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691BF3 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10527243-
CMYK0.570.8900.05
HSL261.67º90%52.94%-
HSV(B)261.67º88.89%95.29%-
XYZ22.410.2685.59-
YUV74.95222.84149.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 243 (95.31% from 255) = 64.8%
R=28%
G=7.2%
B=64.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105272430.570.8900.05261.679052.94
Hex691BF33959051065a35
Octal15133363711310540613265
Binary11010011101111110011111001101100101011000001101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691BF3; }

 p { color: rgb(105,27,243); }

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

<style>
 a { background-color: #691BF3; }

 a { background-color: rgb(105,27,243); }

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

<style>
 span { border-color: #691BF3; }

 span { border-color: rgb(105,27,243); }

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