Html Css Color HEX #6A17ED Han Purple

📋 copy color: '#6A17ED'

red 106 ◦ green 23 ◦ blue 237

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

Shades of Han Purple #6A17ED

Tints of Han Purple #6A17ED

RGB

 RED value IS 106 (41.8% from 255) = 28.96%

 GREEN value IS 23 (9.38% from 255) = 6.28%

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

R = 28.96%
G = 6.28%
B = 64.75%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A17ED (or 0x6A17ED) is known color: Han Purple. HEX triplet: 6A, 17 and ED. RGB value is (106,23,237). Sum of RGB (Red+Green+Blue) = 106+23+237=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A17ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A17ED is #95E812. Grayscale: #474747. Windows color (decimal): -9824275 or 15538026. OLE color: 15538026.

HSL color Cylindrical-coordinate representation of color #6A17ED: hue angle of 263.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A17ED is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 23 237 -
CMYK 0.55 0.90 0 0.07
HSL 263.27º 0.86% 0.51% -
HSV(B) 263.27º 0.9% 0.93% -
XYZ 21.54 9.79 80.88 -
YUV 72.21 221 152.1 -
System Red Green Blue C M Y K H S L
Decimal 106 23 237 0.55 0.90 0 0.07 263.27 0.86 0.51
Hex 6A 17 ED 37 5A 0 7 107 56 33
Octal 152 27 355 67 132 0 7 407 126 63
Binary 1101010 10111 11101101 110111 1011010 0 111 100000111 1010110 110011

Color Harmonies of #6A17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A17ED

Black with #6A17ED

Text Example


Text Example

White with #6A17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A17ED; }

 p { color: rgb(106,23,237); }

 H1.HeaderClassName
 {
   color: #6A17ED;
 }
 .AnyTagClassName
 {
   color: #6A17ED;
 }
</style>

background-color css

<style>
 a { background-color: #6A17ED; }

 a { background-color: rgb(106,23,237); }

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

border-color css

<style>
 span { border-color: #6A17ED; }

 span { border-color: rgb(106,23,237); }

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