#6923E7

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

Shades of Han Purple #6923E7

Tints of Han Purple #6923E7

Color information

#6923E7 (or 0x6923E7) is unknown color: approx Han Purple. HEX triplet: 69, 23 and E7. RGB value is (105,35,231). Sum of RGB (Red+Green+Blue) = 105+35+231=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 231 (90.62% from 255 or 62.26% from 371); Max value from RGB is 231 - color contains mainly: blue. Hex color #6923E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6923E7 is #96DC18. Grayscale: #4D4D4D. Windows color (decimal): -9886745 or 15147881. OLE color: 15147881.

HSL color Cylindrical-coordinate representation of color #6923E7: hue angle of 261.43º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6923E7 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10535231-
CMYK0.550.8500.09
HSL261.43º80.33%52.16%-
HSV(B)261.43º84.85%90.59%-
XYZ20.859.9776.43-
YUV78.27214.19147.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 35 (14.06% from 255) = 9.43%
BLUE value IS 231 (90.62% from 255) = 62.26%
R=28.30%
G=9.43%
B=62.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105352310.550.8500.09261.4380.3352.16
Hex6923E73755091055034
Octal151433476712501140512064
Binary1101001100011111001111101111010101010011000001011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6923E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6923E7; }

 p { color: rgb(105,35,231); }

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

<style>
 a { background-color: #6923E7; }

 a { background-color: rgb(105,35,231); }

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

<style>
 span { border-color: #6923E7; }

 span { border-color: rgb(105,35,231); }

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