Html Css Color HEX #6B1FFF Han Purple

📋 copy color: '#6B1FFF'

red 107 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #6B1FFF

Tints of Han Purple #6B1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.89%

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

R = 27.23%
G = 7.89%
B = 64.89%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B1FFF (or 0x6B1FFF) is known color: Han Purple. HEX triplet: 6B, 1F and FF. RGB value is (107,31,255). Sum of RGB (Red+Green+Blue) = 107+31+255=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1FFF is #94E000. Grayscale: #4E4E4E. Windows color (decimal): -9756673 or 16719723. OLE color: 16719723.

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

Color convert

RGB 107 31 255 -
CMYK 0.58 0.88 0 0
HSL 260.36º 1% 0.56% -
HSV(B) 260.36º 0.88% 1% -
XYZ 24.6 11.33 95.5 -
YUV 79.26 227.18 147.79 -
System Red Green Blue C M Y K H S L
Decimal 107 31 255 0.58 0.88 0 0 260.36 1 0.56
Hex 6B 1F FF 3A 58 0 0 104 64 38
Octal 153 37 377 72 130 0 0 404 144 70
Binary 1101011 11111 11111111 111010 1011000 0 0 100000100 1100100 111000

Color Harmonies of #6B1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1FFF

Black with #6B1FFF

Text Example


Text Example

White with #6B1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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