Html Css Color HEX #6A1AFB Han Purple

📋 copy color: '#6A1AFB'

red 106 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #6A1AFB

Tints of Han Purple #6A1AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 27.68%
G = 6.79%
B = 65.54%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A1AFB (or 0x6A1AFB) is known color: Han Purple. HEX triplet: 6A, 1A and FB. RGB value is (106,26,251). Sum of RGB (Red+Green+Blue) = 106+26+251=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1AFB is #95E504. Grayscale: #4A4A4A. Windows color (decimal): -9823493 or 16456298. OLE color: 16456298.

HSL color Cylindrical-coordinate representation of color #6A1AFB: hue angle of 261.33º degrees, saturation: 0.97, 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 #6A1AFB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 26 251 -
CMYK 0.58 0.90 0 0.02
HSL 261.33º 0.97% 0.54% -
HSV(B) 261.33º 0.9% 0.98% -
XYZ 23.73 10.77 92.09 -
YUV 75.57 227 149.7 -
System Red Green Blue C M Y K H S L
Decimal 106 26 251 0.58 0.90 0 0.02 261.33 0.97 0.54
Hex 6A 1A FB 3A 5A 0 2 105 61 36
Octal 152 32 373 72 132 0 2 405 141 66
Binary 1101010 11010 11111011 111010 1011010 0 10 100000101 1100001 110110

Color Harmonies of #6A1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1AFB

Black with #6A1AFB

Text Example


Text Example

White with #6A1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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