Html Css Color HEX #6128EB Han Purple

📋 copy color: '#6128EB'

red 97 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #6128EB

Tints of Han Purple #6128EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 26.08%
G = 10.75%
B = 63.17%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6128EB (or 0x6128EB) is known color: Han Purple. HEX triplet: 61, 28 and EB. RGB value is (97,40,235). Sum of RGB (Red+Green+Blue) = 97+40+235=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6128EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6128EB is #9ED714. Grayscale: #4E4E4E. Windows color (decimal): -10409749 or 15411297. OLE color: 15411297.

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

Color convert

RGB 97 40 235 -
CMYK 0.59 0.83 0 0.08
HSL 257.54º 0.83% 0.54% -
HSV(B) 257.54º 0.83% 0.92% -
XYZ 20.68 10.06 79.45 -
YUV 79.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 97 40 235 0.59 0.83 0 0.08 257.54 0.83 0.54
Hex 61 28 EB 3B 53 0 8 102 53 36
Octal 141 50 353 73 123 0 10 402 123 66
Binary 1100001 101000 11101011 111011 1010011 0 1000 100000010 1010011 110110

Color Harmonies of #6128EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128EB

Black with #6128EB

Text Example


Text Example

White with #6128EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6128EB; }

 p { color: rgb(97,40,235); }

 H1.HeaderClassName
 {
   color: #6128EB;
 }
 .AnyTagClassName
 {
   color: #6128EB;
 }
</style>

background-color css

<style>
 a { background-color: #6128EB; }

 a { background-color: rgb(97,40,235); }

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

border-color css

<style>
 span { border-color: #6128EB; }

 span { border-color: rgb(97,40,235); }

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