Html Css Color HEX #6A1AF9 Han Purple

📋 copy color: '#6A1AF9'

red 106 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #6A1AF9

Tints of Han Purple #6A1AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.82%

 BLUE value IS 249 (97.66% from 255) = 65.35%

R = 27.82%
G = 6.82%
B = 65.35%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A1AF9 (or 0x6A1AF9) is known color: Han Purple. HEX triplet: 6A, 1A and F9. RGB value is (106,26,249). Sum of RGB (Red+Green+Blue) = 106+26+249=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A1AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1AF9 is #95E506. Grayscale: #4A4A4A. Windows color (decimal): -9823495 or 16325226. OLE color: 16325226.

HSL color Cylindrical-coordinate representation of color #6A1AF9: hue angle of 261.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A1AF9 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 26 249 -
CMYK 0.57 0.90 0 0.02
HSL 261.52º 0.95% 0.54% -
HSV(B) 261.52º 0.9% 0.98% -
XYZ 23.41 10.64 90.44 -
YUV 75.34 226 149.87 -
System Red Green Blue C M Y K H S L
Decimal 106 26 249 0.57 0.90 0 0.02 261.52 0.95 0.54
Hex 6A 1A F9 39 5A 0 2 106 5F 36
Octal 152 32 371 71 132 0 2 406 137 66
Binary 1101010 11010 11111001 111001 1011010 0 10 100000110 1011111 110110

Color Harmonies of #6A1AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1AF9

Black with #6A1AF9

Text Example


Text Example

White with #6A1AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,26,249); }

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

background-color css

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

 a { background-color: rgb(106,26,249); }

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

border-color css

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

 span { border-color: rgb(106,26,249); }

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