#691AF8

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

Shades of Han Purple #691AF8

Tints of Han Purple #691AF8

Color information

#691AF8 (or 0x691AF8) is unknown color: approx Han Purple. HEX triplet: 69, 1A and F8. RGB value is (105,26,248). Sum of RGB (Red+Green+Blue) = 105+26+248=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #691AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691AF8 is #96E507. Grayscale: #4A4A4A. Windows color (decimal): -9889032 or 16259689. OLE color: 16259689.

HSL color Cylindrical-coordinate representation of color #691AF8: hue angle of 261.35º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691AF8 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10526248-
CMYK0.580.9000.03
HSL261.35º94.07%53.73%-
HSV(B)261.35º89.52%97.25%-
XYZ23.1410.5289.62-
YUV74.93225.67149.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 248 (97.27% from 255) = 65.44%
R=27.70%
G=6.86%
B=65.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal105262480.580.9000.03261.3594.0753.73
Hex691AF83A5A031055e36
Octal15132370721320340513666
Binary1101001110101111100011101010110100111000001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,26,248); }

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

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

 a { background-color: rgb(105,26,248); }

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

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

 span { border-color: rgb(105,26,248); }

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