Html Css Color HEX #6B20FE Han Purple

📋 copy color: '#6B20FE'

red 107 ◦ green 32 ◦ blue 254

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

Shades of Han Purple #6B20FE

Tints of Han Purple #6B20FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.14%

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 27.23%
G = 8.14%
B = 64.63%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B20FE (or 0x6B20FE) is known color: Han Purple. HEX triplet: 6B, 20 and FE. RGB value is (107,32,254). Sum of RGB (Red+Green+Blue) = 107+32+254=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B20FE is #94DF01. Grayscale: #4E4E4E. Windows color (decimal): -9756418 or 16654443. OLE color: 16654443.

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

Color convert

RGB 107 32 254 -
CMYK 0.58 0.87 0 0.00
HSL 260.27º 0.99% 0.56% -
HSV(B) 260.27º 0.87% 1% -
XYZ 24.47 11.31 94.66 -
YUV 79.73 226.35 147.45 -
System Red Green Blue C M Y K H S L
Decimal 107 32 254 0.58 0.87 0 0.00 260.27 0.99 0.56
Hex 6B 20 FE 3A 57 0 0 104 63 38
Octal 153 40 376 72 127 0 0 404 143 70
Binary 1101011 100000 11111110 111010 1010111 0 0 100000100 1100011 111000

Color Harmonies of #6B20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B20FE

Black with #6B20FE

Text Example


Text Example

White with #6B20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,254); }

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

background-color css

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

 a { background-color: rgb(107,32,254); }

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

border-color css

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

 span { border-color: rgb(107,32,254); }

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