Html Css Color HEX #6B20FA Han Purple

📋 copy color: '#6B20FA'

red 107 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #6B20FA

Tints of Han Purple #6B20FA

RGB

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

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

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

R = 27.51%
G = 8.23%
B = 64.27%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B20FA (or 0x6B20FA) is known color: Han Purple. HEX triplet: 6B, 20 and FA. RGB value is (107,32,250). Sum of RGB (Red+Green+Blue) = 107+32+250=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B20FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B20FA is #94DF05. Grayscale: #4E4E4E. Windows color (decimal): -9756422 or 16392299. OLE color: 16392299.

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

Color convert

RGB 107 32 250 -
CMYK 0.57 0.87 0 0.02
HSL 260.64º 0.96% 0.55% -
HSV(B) 260.64º 0.87% 0.98% -
XYZ 23.84 11.06 91.32 -
YUV 79.28 224.35 147.77 -
System Red Green Blue C M Y K H S L
Decimal 107 32 250 0.57 0.87 0 0.02 260.64 0.96 0.55
Hex 6B 20 FA 39 57 0 2 105 60 37
Octal 153 40 372 71 127 0 2 405 140 67
Binary 1101011 100000 11111010 111001 1010111 0 10 100000101 1100000 110111

Color Harmonies of #6B20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B20FA

Black with #6B20FA

Text Example


Text Example

White with #6B20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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