Html Css Color HEX #6B1BFB Han Purple

📋 copy color: '#6B1BFB'

red 107 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #6B1BFB

Tints of Han Purple #6B1BFB

RGB

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

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

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

R = 27.79%
G = 7.01%
B = 65.19%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B1BFB (or 0x6B1BFB) is known color: Han Purple. HEX triplet: 6B, 1B and FB. RGB value is (107,27,251). Sum of RGB (Red+Green+Blue) = 107+27+251=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B1BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1BFB is #94E404. Grayscale: #4B4B4B. Windows color (decimal): -9757701 or 16456555. OLE color: 16456555.

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

Color convert

RGB 107 27 251 -
CMYK 0.57 0.89 0 0.02
HSL 261.43º 0.97% 0.55% -
HSV(B) 261.43º 0.89% 0.98% -
XYZ 23.87 10.87 92.11 -
YUV 76.46 226.5 149.79 -
System Red Green Blue C M Y K H S L
Decimal 107 27 251 0.57 0.89 0 0.02 261.43 0.97 0.55
Hex 6B 1B FB 39 59 0 2 105 61 37
Octal 153 33 373 71 131 0 2 405 141 67
Binary 1101011 11011 11111011 111001 1011001 0 10 100000101 1100001 110111

Color Harmonies of #6B1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1BFB

Black with #6B1BFB

Text Example


Text Example

White with #6B1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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