#6916EB

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

Shades of Han Purple #6916EB

Tints of Han Purple #6916EB

Color information

#6916EB (or 0x6916EB) is unknown color: approx Han Purple. HEX triplet: 69, 16 and EB. RGB value is (105,22,235). Sum of RGB (Red+Green+Blue) = 105+22+235=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #6916EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6916EB is #96E914. Grayscale: #464646. Windows color (decimal): -9890069 or 15406697. OLE color: 15406697.

HSL color Cylindrical-coordinate representation of color #6916EB: hue angle of 263.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6916EB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10522235-
CMYK0.550.9100.08
HSL263.38º84.19%50.39%-
HSV(B)263.38º90.64%92.16%-
XYZ21.119.5879.33-
YUV71.1220.5152.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 22 (8.98% from 255) = 6.08%
BLUE value IS 235 (92.19% from 255) = 64.92%
R=29.01%
G=6.08%
B=64.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal105222350.550.9100.08263.3884.1950.39
Hex6916EB375B081075432
Octal151263536713301040712462
Binary110100110110111010111101111011011010001000001111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6916EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6916EB; }

 p { color: rgb(105,22,235); }

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

<style>
 a { background-color: #6916EB; }

 a { background-color: rgb(105,22,235); }

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

<style>
 span { border-color: #6916EB; }

 span { border-color: rgb(105,22,235); }

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