Html Css Color HEX #6B31FB Han Purple

📋 copy color: '#6B31FB'

red 107 ◦ green 49 ◦ blue 251

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

Shades of Han Purple #6B31FB

Tints of Han Purple #6B31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

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

R = 26.29%
G = 12.04%
B = 61.67%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B31FB (or 0x6B31FB) is known color: Han Purple. HEX triplet: 6B, 31 and FB. RGB value is (107,49,251). Sum of RGB (Red+Green+Blue) = 107+49+251=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B31FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31FB is #94CE04. Grayscale: #585858. Windows color (decimal): -9752069 or 16462187. OLE color: 16462187.

HSL color Cylindrical-coordinate representation of color #6B31FB: hue angle of 257.23º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B31FB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 49 251 -
CMYK 0.57 0.80 0 0.02
HSL 257.23º 0.96% 0.59% -
HSV(B) 257.23º 0.8% 0.98% -
XYZ 24.57 12.29 92.34 -
YUV 89.37 219.22 140.57 -
System Red Green Blue C M Y K H S L
Decimal 107 49 251 0.57 0.80 0 0.02 257.23 0.96 0.59
Hex 6B 31 FB 39 50 0 2 101 60 3B
Octal 153 61 373 71 120 0 2 401 140 73
Binary 1101011 110001 11111011 111001 1010000 0 10 100000001 1100000 111011

Color Harmonies of #6B31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B31FB

Black with #6B31FB

Text Example


Text Example

White with #6B31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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