Html Css Color HEX #6816ED Han Purple

📋 copy color: '#6816ED'

red 104 ◦ green 22 ◦ blue 237

#6816ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6816ED

Tints of Han Purple #6816ED

RGB

 RED value IS 104 (41.02% from 255) = 28.65%

 GREEN value IS 22 (8.98% from 255) = 6.06%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 28.65%
G = 6.06%
B = 65.29%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6816ED (or 0x6816ED) is known color: Han Purple. HEX triplet: 68, 16 and ED. RGB value is (104,22,237). Sum of RGB (Red+Green+Blue) = 104+22+237=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #6816ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6816ED is #97E912. Grayscale: #464646. Windows color (decimal): -9955603 or 15537768. OLE color: 15537768.

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

Color convert

RGB 104 22 237 -
CMYK 0.56 0.91 0 0.07
HSL 262.88º 0.86% 0.51% -
HSV(B) 262.88º 0.91% 0.93% -
XYZ 21.28 9.63 80.86 -
YUV 71.03 221.67 151.52 -
System Red Green Blue C M Y K H S L
Decimal 104 22 237 0.56 0.91 0 0.07 262.88 0.86 0.51
Hex 68 16 ED 38 5B 0 7 107 56 33
Octal 150 26 355 70 133 0 7 407 126 63
Binary 1101000 10110 11101101 111000 1011011 0 111 100000111 1010110 110011

Color Harmonies of #6816ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816ED

Black with #6816ED

Text Example


Text Example

White with #6816ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6816ED; }

 p { color: rgb(104,22,237); }

 H1.HeaderClassName
 {
   color: #6816ED;
 }
 .AnyTagClassName
 {
   color: #6816ED;
 }
</style>

background-color css

<style>
 a { background-color: #6816ED; }

 a { background-color: rgb(104,22,237); }

 div.DivClassName
 {
   background-color: #6816ED;
 }
 .BgClassName
 {
   background-color: #6816ED;
 }
</style>

border-color css

<style>
 span { border-color: #6816ED; }

 span { border-color: rgb(104,22,237); }

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