Html Css Color HEX #6128ED Han Purple

📋 copy color: '#6128ED'

red 97 ◦ green 40 ◦ blue 237

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

Shades of Han Purple #6128ED

Tints of Han Purple #6128ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 25.94%
G = 10.7%
B = 63.37%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6128ED (or 0x6128ED) is known color: Han Purple. HEX triplet: 61, 28 and ED. RGB value is (97,40,237). Sum of RGB (Red+Green+Blue) = 97+40+237=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6128ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6128ED is #9ED712. Grayscale: #4E4E4E. Windows color (decimal): -10409747 or 15542369. OLE color: 15542369.

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

Color convert

RGB 97 40 237 -
CMYK 0.59 0.83 0 0.07
HSL 257.36º 0.85% 0.54% -
HSV(B) 257.36º 0.83% 0.93% -
XYZ 20.97 10.17 80.98 -
YUV 79.5 216.88 140.48 -
System Red Green Blue C M Y K H S L
Decimal 97 40 237 0.59 0.83 0 0.07 257.36 0.85 0.54
Hex 61 28 ED 3B 53 0 7 101 55 36
Octal 141 50 355 73 123 0 7 401 125 66
Binary 1100001 101000 11101101 111011 1010011 0 111 100000001 1010101 110110

Color Harmonies of #6128ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128ED

Black with #6128ED

Text Example


Text Example

White with #6128ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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