Html Css Color HEX #6121EA Han Purple

📋 copy color: '#6121EA'

red 97 ◦ green 33 ◦ blue 234

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

Shades of Han Purple #6121EA

Tints of Han Purple #6121EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 26.65%
G = 9.07%
B = 64.29%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6121EA (or 0x6121EA) is known color: Han Purple. HEX triplet: 61, 21 and EA. RGB value is (97,33,234). Sum of RGB (Red+Green+Blue) = 97+33+234=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #6121EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121EA is #9EDE15. Grayscale: #4A4A4A. Windows color (decimal): -10411542 or 15343969. OLE color: 15343969.

HSL color Cylindrical-coordinate representation of color #6121EA: hue angle of 259.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6121EA is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 33 234 -
CMYK 0.59 0.86 0 0.08
HSL 259.1º 0.83% 0.52% -
HSV(B) 259.1º 0.86% 0.92% -
XYZ 20.32 9.57 78.62 -
YUV 75.05 217.7 143.66 -
System Red Green Blue C M Y K H S L
Decimal 97 33 234 0.59 0.86 0 0.08 259.1 0.83 0.52
Hex 61 21 EA 3B 56 0 8 103 53 34
Octal 141 41 352 73 126 0 10 403 123 64
Binary 1100001 100001 11101010 111011 1010110 0 1000 100000011 1010011 110100

Color Harmonies of #6121EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121EA

Black with #6121EA

Text Example


Text Example

White with #6121EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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