Html Css Color HEX #6121FF Han Purple

📋 copy color: '#6121FF'

red 97 ◦ green 33 ◦ blue 255

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

Shades of Han Purple #6121FF

Tints of Han Purple #6121FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 25.19%
G = 8.57%
B = 66.23%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6121FF (or 0x6121FF) is known color: Han Purple. HEX triplet: 61, 21 and FF. RGB value is (97,33,255). Sum of RGB (Red+Green+Blue) = 97+33+255=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #6121FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121FF is #9EDE00. Grayscale: #4C4C4C. Windows color (decimal): -10411521 or 16720225. OLE color: 16720225.

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

Color convert

RGB 97 33 255 -
CMYK 0.62 0.87 0 0
HSL 257.3º 1% 0.56% -
HSV(B) 257.3º 0.87% 1% -
XYZ 23.52 10.85 95.46 -
YUV 77.44 228.2 141.95 -
System Red Green Blue C M Y K H S L
Decimal 97 33 255 0.62 0.87 0 0 257.3 1 0.56
Hex 61 21 FF 3E 57 0 0 101 64 38
Octal 141 41 377 76 127 0 0 401 144 70
Binary 1100001 100001 11111111 111110 1010111 0 0 100000001 1100100 111000

Color Harmonies of #6121FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121FF

Black with #6121FF

Text Example


Text Example

White with #6121FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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