Html Css Color HEX #6B1BFF Han Purple

📋 copy color: '#6B1BFF'

red 107 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #6B1BFF

Tints of Han Purple #6B1BFF

RGB

 RED value IS 107 (42.19% from 255) = 27.51%

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

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

R = 27.51%
G = 6.94%
B = 65.55%

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

#6B1BFF (or 0x6B1BFF) is known color: Han Purple. HEX triplet: 6B, 1B and FF. RGB value is (107,27,255). Sum of RGB (Red+Green+Blue) = 107+27+255=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1BFF is #94E400. Grayscale: #4C4C4C. Windows color (decimal): -9757697 or 16718699. OLE color: 16718699.

HSL color Cylindrical-coordinate representation of color #6B1BFF: hue angle of 261.05º 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 #6B1BFF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 107 27 255 -
CMYK 0.58 0.89 0 0
HSL 261.05º 1% 0.55% -
HSV(B) 261.05º 0.89% 1% -
XYZ 24.51 11.13 95.46 -
YUV 76.91 228.5 149.46 -
System Red Green Blue C M Y K H S L
Decimal 107 27 255 0.58 0.89 0 0 261.05 1 0.55
Hex 6B 1B FF 3A 59 0 0 105 64 37
Octal 153 33 377 72 131 0 0 405 144 67
Binary 1101011 11011 11111111 111010 1011001 0 0 100000101 1100100 110111

Color Harmonies of #6B1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1BFF

Black with #6B1BFF

Text Example


Text Example

White with #6B1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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