Html Css Color HEX #6121F0 Han Purple

📋 copy color: '#6121F0'

red 97 ◦ green 33 ◦ blue 240

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

Shades of Han Purple #6121F0

Tints of Han Purple #6121F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.86%

R = 26.22%
G = 8.92%
B = 64.86%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6121F0 (or 0x6121F0) is known color: Han Purple. HEX triplet: 61, 21 and F0. RGB value is (97,33,240). Sum of RGB (Red+Green+Blue) = 97+33+240=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #6121F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121F0 is #9EDE0F. Grayscale: #4A4A4A. Windows color (decimal): -10411536 or 15737185. OLE color: 15737185.

HSL color Cylindrical-coordinate representation of color #6121F0: hue angle of 258.55º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6121F0 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 33 240 -
CMYK 0.60 0.86 0 0.06
HSL 258.55º 0.87% 0.54% -
HSV(B) 258.55º 0.86% 0.94% -
XYZ 21.2 9.92 83.24 -
YUV 75.73 220.7 143.17 -
System Red Green Blue C M Y K H S L
Decimal 97 33 240 0.60 0.86 0 0.06 258.55 0.87 0.54
Hex 61 21 F0 3C 56 0 6 103 57 36
Octal 141 41 360 74 126 0 6 403 127 66
Binary 1100001 100001 11110000 111100 1010110 0 110 100000011 1010111 110110

Color Harmonies of #6121F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121F0

Black with #6121F0

Text Example


Text Example

White with #6121F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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