#6921EC

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

Shades of Han Purple #6921EC

Tints of Han Purple #6921EC

Color information

#6921EC (or 0x6921EC) is unknown color: approx Han Purple. HEX triplet: 69, 21 and EC. RGB value is (105,33,236). Sum of RGB (Red+Green+Blue) = 105+33+236=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #6921EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6921EC is #96DE13. Grayscale: #4C4C4C. Windows color (decimal): -9887252 or 15475049. OLE color: 15475049.

HSL color Cylindrical-coordinate representation of color #6921EC: hue angle of 261.28º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6921EC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10533236-
CMYK0.560.8600.07
HSL261.28º84.23%52.75%-
HSV(B)261.28º86.02%92.55%-
XYZ21.5110.1580.18-
YUV77.67217.35147.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 33 (13.28% from 255) = 8.82%
BLUE value IS 236 (92.58% from 255) = 63.10%
R=28.07%
G=8.82%
B=63.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105332360.560.8600.07261.2884.2352.75
Hex6921EC3856071055435
Octal15141354701260740512465
Binary110100110000111101100111000101011001111000001011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6921EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6921EC; }

 p { color: rgb(105,33,236); }

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

<style>
 a { background-color: #6921EC; }

 a { background-color: rgb(105,33,236); }

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

<style>
 span { border-color: #6921EC; }

 span { border-color: rgb(105,33,236); }

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