Html Css Color HEX #6F31FA Han Purple

📋 copy color: '#6F31FA'

red 111 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6F31FA

Tints of Han Purple #6F31FA

RGB

 RED value IS 111 (43.75% from 255) = 27.07%

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 27.07%
G = 11.95%
B = 60.98%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F31FA (or 0x6F31FA) is known color: Han Purple. HEX triplet: 6F, 31 and FA. RGB value is (111,49,250). Sum of RGB (Red+Green+Blue) = 111+49+250=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F31FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F31FA is #90CE05. Grayscale: #595959. Windows color (decimal): -9489926 or 16396655. OLE color: 16396655.

HSL color Cylindrical-coordinate representation of color #6F31FA: hue angle of 258.51º degrees, saturation: 0.95, 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 #6F31FA is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 49 250 -
CMYK 0.56 0.80 0 0.02
HSL 258.51º 0.95% 0.59% -
HSV(B) 258.51º 0.8% 0.98% -
XYZ 24.91 12.48 91.54 -
YUV 90.45 218.04 142.66 -
System Red Green Blue C M Y K H S L
Decimal 111 49 250 0.56 0.80 0 0.02 258.51 0.95 0.59
Hex 6F 31 FA 38 50 0 2 103 5F 3B
Octal 157 61 372 70 120 0 2 403 137 73
Binary 1101111 110001 11111010 111000 1010000 0 10 100000011 1011111 111011

Color Harmonies of #6F31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F31FA

Black with #6F31FA

Text Example


Text Example

White with #6F31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,250); }

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

background-color css

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

 a { background-color: rgb(111,49,250); }

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

border-color css

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

 span { border-color: rgb(111,49,250); }

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