#692BF1

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

Shades of Han Purple #692BF1

Tints of Han Purple #692BF1

Color information

#692BF1 (or 0x692BF1) is unknown color: approx Han Purple. HEX triplet: 69, 2B and F1. RGB value is (105,43,241). Sum of RGB (Red+Green+Blue) = 105+43+241=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #692BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692BF1 is #96D40E. Grayscale: #535353. Windows color (decimal): -9884687 or 15805289. OLE color: 15805289.

HSL color Cylindrical-coordinate representation of color #692BF1: hue angle of 258.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #692BF1 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10543241-
CMYK0.560.8200.05
HSL258.79º87.61%55.69%-
HSV(B)258.79º82.16%94.51%-
XYZ22.5711.0884.17-
YUV84.11216.54142.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 43 (17.19% from 255) = 11.05%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=26.99%
G=11.05%
B=61.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105432410.560.8200.05258.7987.6155.69
Hex692BF13852051035838
Octal15153361701220540313070
Binary110100110101111110001111000101001001011000000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692BF1; }

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

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

<style>
 a { background-color: #692BF1; }

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

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

<style>
 span { border-color: #692BF1; }

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

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