Html Css Color HEX #6B1AFB Han Purple

📋 copy color: '#6B1AFB'

red 107 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #6B1AFB

Tints of Han Purple #6B1AFB

RGB

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

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

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

R = 27.86%
G = 6.77%
B = 65.36%

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

#6B1AFB (or 0x6B1AFB) is known color: Han Purple. HEX triplet: 6B, 1A and FB. RGB value is (107,26,251). Sum of RGB (Red+Green+Blue) = 107+26+251=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1AFB is #94E504. Grayscale: #4B4B4B. Windows color (decimal): -9757957 or 16456299. OLE color: 16456299.

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

Color convert

RGB 107 26 251 -
CMYK 0.57 0.90 0 0.02
HSL 261.6º 0.97% 0.54% -
HSV(B) 261.6º 0.9% 0.98% -
XYZ 23.85 10.83 92.1 -
YUV 75.87 226.84 150.2 -
System Red Green Blue C M Y K H S L
Decimal 107 26 251 0.57 0.90 0 0.02 261.6 0.97 0.54
Hex 6B 1A FB 39 5A 0 2 106 61 36
Octal 153 32 373 71 132 0 2 406 141 66
Binary 1101011 11010 11111011 111001 1011010 0 10 100000110 1100001 110110

Color Harmonies of #6B1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1AFB

Black with #6B1AFB

Text Example


Text Example

White with #6B1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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