Html Css Color HEX #6B31FD Han Purple

📋 copy color: '#6B31FD'

red 107 ◦ green 49 ◦ blue 253

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

Shades of Han Purple #6B31FD

Tints of Han Purple #6B31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 26.16%
G = 11.98%
B = 61.86%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B31FD (or 0x6B31FD) is known color: Han Purple. HEX triplet: 6B, 31 and FD. RGB value is (107,49,253). Sum of RGB (Red+Green+Blue) = 107+49+253=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B31FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31FD is #94CE02. Grayscale: #585858. Windows color (decimal): -9752067 or 16593259. OLE color: 16593259.

HSL color Cylindrical-coordinate representation of color #6B31FD: hue angle of 257.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B31FD is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 49 253 -
CMYK 0.58 0.81 0 0.01
HSL 257.06º 0.98% 0.59% -
HSV(B) 257.06º 0.81% 0.99% -
XYZ 24.89 12.41 94.01 -
YUV 89.6 220.22 140.41 -
System Red Green Blue C M Y K H S L
Decimal 107 49 253 0.58 0.81 0 0.01 257.06 0.98 0.59
Hex 6B 31 FD 3A 51 0 1 101 62 3B
Octal 153 61 375 72 121 0 1 401 142 73
Binary 1101011 110001 11111101 111010 1010001 0 1 100000001 1100010 111011

Color Harmonies of #6B31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B31FD

Black with #6B31FD

Text Example


Text Example

White with #6B31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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