Html Css Color HEX #6B1BEF Han Purple

📋 copy color: '#6B1BEF'

red 107 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #6B1BEF

Tints of Han Purple #6B1BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 28.69%
G = 7.24%
B = 64.08%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B1BEF (or 0x6B1BEF) is known color: Han Purple. HEX triplet: 6B, 1B and EF. RGB value is (107,27,239). Sum of RGB (Red+Green+Blue) = 107+27+239=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B1BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1BEF is #94E410. Grayscale: #4A4A4A. Windows color (decimal): -9757713 or 15670123. OLE color: 15670123.

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

Color convert

RGB 107 27 239 -
CMYK 0.55 0.89 0 0.06
HSL 262.64º 0.87% 0.52% -
HSV(B) 262.64º 0.89% 0.94% -
XYZ 22.04 10.14 82.46 -
YUV 75.09 220.5 150.76 -
System Red Green Blue C M Y K H S L
Decimal 107 27 239 0.55 0.89 0 0.06 262.64 0.87 0.52
Hex 6B 1B EF 37 59 0 6 107 57 34
Octal 153 33 357 67 131 0 6 407 127 64
Binary 1101011 11011 11101111 110111 1011001 0 110 100000111 1010111 110100

Color Harmonies of #6B1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1BEF

Black with #6B1BEF

Text Example


Text Example

White with #6B1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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