Html Css Color HEX #6B1AFA Han Purple

📋 copy color: '#6B1AFA'

red 107 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #6B1AFA

Tints of Han Purple #6B1AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

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

R = 27.94%
G = 6.79%
B = 65.27%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B1AFA (or 0x6B1AFA) is known color: Han Purple. HEX triplet: 6B, 1A and FA. RGB value is (107,26,250). Sum of RGB (Red+Green+Blue) = 107+26+250=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B1AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1AFA is #94E505. Grayscale: #4A4A4A. Windows color (decimal): -9757958 or 16390763. OLE color: 16390763.

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

Color convert

RGB 107 26 250 -
CMYK 0.57 0.90 0 0.02
HSL 261.7º 0.96% 0.54% -
HSV(B) 261.7º 0.9% 0.98% -
XYZ 23.69 10.77 91.27 -
YUV 75.76 226.34 150.29 -
System Red Green Blue C M Y K H S L
Decimal 107 26 250 0.57 0.90 0 0.02 261.7 0.96 0.54
Hex 6B 1A FA 39 5A 0 2 106 60 36
Octal 153 32 372 71 132 0 2 406 140 66
Binary 1101011 11010 11111010 111001 1011010 0 10 100000110 1100000 110110

Color Harmonies of #6B1AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1AFA

Black with #6B1AFA

Text Example


Text Example

White with #6B1AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,250); }

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

background-color css

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

 a { background-color: rgb(107,26,250); }

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

border-color css

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

 span { border-color: rgb(107,26,250); }

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