Html Css Color HEX #611CEB Han Purple

📋 copy color: '#611CEB'

red 97 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #611CEB

Tints of Han Purple #611CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 26.94%
G = 7.78%
B = 65.28%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#611CEB (or 0x611CEB) is known color: Han Purple. HEX triplet: 61, 1C and EB. RGB value is (97,28,235). Sum of RGB (Red+Green+Blue) = 97+28+235=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #611CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611CEB is #9EE314. Grayscale: #474747. Windows color (decimal): -10412821 or 15408225. OLE color: 15408225.

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

Color convert

RGB 97 28 235 -
CMYK 0.59 0.88 0 0.08
HSL 260º 0.84% 0.52% -
HSV(B) 260º 0.88% 0.92% -
XYZ 20.34 9.37 79.33 -
YUV 72.23 219.86 145.67 -
System Red Green Blue C M Y K H S L
Decimal 97 28 235 0.59 0.88 0 0.08 260 0.84 0.52
Hex 61 1C EB 3B 58 0 8 104 54 34
Octal 141 34 353 73 130 0 10 404 124 64
Binary 1100001 11100 11101011 111011 1011000 0 1000 100000100 1010100 110100

Color Harmonies of #611CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CEB

Black with #611CEB

Text Example


Text Example

White with #611CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611CEB; }

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

 H1.HeaderClassName
 {
   color: #611CEB;
 }
 .AnyTagClassName
 {
   color: #611CEB;
 }
</style>

background-color css

<style>
 a { background-color: #611CEB; }

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

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

border-color css

<style>
 span { border-color: #611CEB; }

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

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