Html Css Color HEX #6121FE Han Purple

📋 copy color: '#6121FE'

red 97 ◦ green 33 ◦ blue 254

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

Shades of Han Purple #6121FE

Tints of Han Purple #6121FE

RGB

 RED value IS 97 (38.28% from 255) = 25.26%

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

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

R = 25.26%
G = 8.59%
B = 66.15%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6121FE (or 0x6121FE) is known color: Han Purple. HEX triplet: 61, 21 and FE. RGB value is (97,33,254). Sum of RGB (Red+Green+Blue) = 97+33+254=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #6121FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121FE is #9EDE01. Grayscale: #4C4C4C. Windows color (decimal): -10411522 or 16654689. OLE color: 16654689.

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

Color convert

RGB 97 33 254 -
CMYK 0.62 0.87 0 0.00
HSL 257.38º 0.99% 0.56% -
HSV(B) 257.38º 0.87% 1% -
XYZ 23.36 10.78 94.62 -
YUV 77.33 227.7 142.03 -
System Red Green Blue C M Y K H S L
Decimal 97 33 254 0.62 0.87 0 0.00 257.38 0.99 0.56
Hex 61 21 FE 3E 57 0 0 101 63 38
Octal 141 41 376 76 127 0 0 401 143 70
Binary 1100001 100001 11111110 111110 1010111 0 0 100000001 1100011 111000

Color Harmonies of #6121FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121FE

Black with #6121FE

Text Example


Text Example

White with #6121FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6121FE; }

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

 H1.HeaderClassName
 {
   color: #6121FE;
 }
 .AnyTagClassName
 {
   color: #6121FE;
 }
</style>

background-color css

<style>
 a { background-color: #6121FE; }

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

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

border-color css

<style>
 span { border-color: #6121FE; }

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

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