Html Css Color HEX #6A26ED Han Purple

📋 copy color: '#6A26ED'

red 106 ◦ green 38 ◦ blue 237

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

Shades of Han Purple #6A26ED

Tints of Han Purple #6A26ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.97%

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

R = 27.82%
G = 9.97%
B = 62.2%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A26ED (or 0x6A26ED) is known color: Han Purple. HEX triplet: 6A, 26 and ED. RGB value is (106,38,237). Sum of RGB (Red+Green+Blue) = 106+38+237=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A26ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A26ED is #95D912. Grayscale: #505050. Windows color (decimal): -9820435 or 15541866. OLE color: 15541866.

HSL color Cylindrical-coordinate representation of color #6A26ED: hue angle of 260.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A26ED is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 38 237 -
CMYK 0.55 0.84 0 0.07
HSL 260.5º 0.85% 0.54% -
HSV(B) 260.5º 0.84% 0.93% -
XYZ 21.92 10.56 81 -
YUV 81.02 216.03 145.82 -
System Red Green Blue C M Y K H S L
Decimal 106 38 237 0.55 0.84 0 0.07 260.5 0.85 0.54
Hex 6A 26 ED 37 54 0 7 105 55 36
Octal 152 46 355 67 124 0 7 405 125 66
Binary 1101010 100110 11101101 110111 1010100 0 111 100000101 1010101 110110

Color Harmonies of #6A26ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A26ED

Black with #6A26ED

Text Example


Text Example

White with #6A26ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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