Html Css Color HEX #6D21FE Han Purple

📋 copy color: '#6D21FE'

red 109 ◦ green 33 ◦ blue 254

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

Shades of Han Purple #6D21FE

Tints of Han Purple #6D21FE

RGB

 RED value IS 109 (42.97% from 255) = 27.53%

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

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

R = 27.53%
G = 8.33%
B = 64.14%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D21FE (or 0x6D21FE) is known color: Han Purple. HEX triplet: 6D, 21 and FE. RGB value is (109,33,254). Sum of RGB (Red+Green+Blue) = 109+33+254=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D21FE is #92DE01. Grayscale: #505050. Windows color (decimal): -9625090 or 16654701. OLE color: 16654701.

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

Color convert

RGB 109 33 254 -
CMYK 0.57 0.87 0 0.00
HSL 260.63º 0.99% 0.56% -
HSV(B) 260.63º 0.87% 1% -
XYZ 24.74 11.49 94.68 -
YUV 80.92 225.68 148.03 -
System Red Green Blue C M Y K H S L
Decimal 109 33 254 0.57 0.87 0 0.00 260.63 0.99 0.56
Hex 6D 21 FE 39 57 0 0 105 63 38
Octal 155 41 376 71 127 0 0 405 143 70
Binary 1101101 100001 11111110 111001 1010111 0 0 100000101 1100011 111000

Color Harmonies of #6D21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D21FE

Black with #6D21FE

Text Example


Text Example

White with #6D21FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,254); }

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

background-color css

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

 a { background-color: rgb(109,33,254); }

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

border-color css

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

 span { border-color: rgb(109,33,254); }

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