Html Css Color HEX #6B21F9 Han Purple

📋 copy color: '#6B21F9'

red 107 ◦ green 33 ◦ blue 249

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

Shades of Han Purple #6B21F9

Tints of Han Purple #6B21F9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

 BLUE value IS 249 (97.66% from 255) = 64.01%

R = 27.51%
G = 8.48%
B = 64.01%

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

#6B21F9 (or 0x6B21F9) is known color: Han Purple. HEX triplet: 6B, 21 and F9. RGB value is (107,33,249). Sum of RGB (Red+Green+Blue) = 107+33+249=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B21F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B21F9 is #94DE06. Grayscale: #4E4E4E. Windows color (decimal): -9756167 or 16327019. OLE color: 16327019.

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

Color convert

RGB 107 33 249 -
CMYK 0.57 0.87 0 0.02
HSL 260.56º 0.95% 0.55% -
HSV(B) 260.56º 0.87% 0.98% -
XYZ 23.71 11.05 90.51 -
YUV 79.75 223.52 147.44 -
System Red Green Blue C M Y K H S L
Decimal 107 33 249 0.57 0.87 0 0.02 260.56 0.95 0.55
Hex 6B 21 F9 39 57 0 2 105 5F 37
Octal 153 41 371 71 127 0 2 405 137 67
Binary 1101011 100001 11111001 111001 1010111 0 10 100000101 1011111 110111

Color Harmonies of #6B21F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B21F9

Black with #6B21F9

Text Example


Text Example

White with #6B21F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,249); }

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

background-color css

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

 a { background-color: rgb(107,33,249); }

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

border-color css

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

 span { border-color: rgb(107,33,249); }

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