Html Css Color HEX #6A1BFF Han Purple

📋 copy color: '#6A1BFF'

red 106 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #6A1BFF

Tints of Han Purple #6A1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

 BLUE value IS 255 (100% from 255) = 65.72%

R = 27.32%
G = 6.96%
B = 65.72%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6A1BFF (or 0x6A1BFF) is known color: Han Purple. HEX triplet: 6A, 1B and FF. RGB value is (106,27,255). Sum of RGB (Red+Green+Blue) = 106+27+255=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1BFF is #95E400. Grayscale: #4B4B4B. Windows color (decimal): -9823233 or 16718698. OLE color: 16718698.

HSL color Cylindrical-coordinate representation of color #6A1BFF: hue angle of 260.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1BFF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 27 255 -
CMYK 0.58 0.89 0 0
HSL 260.79º 1% 0.55% -
HSV(B) 260.79º 0.89% 1% -
XYZ 24.39 11.07 95.46 -
YUV 76.61 228.67 148.96 -
System Red Green Blue C M Y K H S L
Decimal 106 27 255 0.58 0.89 0 0 260.79 1 0.55
Hex 6A 1B FF 3A 59 0 0 105 64 37
Octal 152 33 377 72 131 0 0 405 144 67
Binary 1101010 11011 11111111 111010 1011001 0 0 100000101 1100100 110111

Color Harmonies of #6A1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1BFF

Black with #6A1BFF

Text Example


Text Example

White with #6A1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,27,255); }

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

background-color css

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

 a { background-color: rgb(106,27,255); }

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

border-color css

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

 span { border-color: rgb(106,27,255); }

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