Html Css Color HEX #611BEB Han Purple

📋 copy color: '#611BEB'

red 97 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #611BEB

Tints of Han Purple #611BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 27.02%
G = 7.52%
B = 65.46%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#611BEB (or 0x611BEB) is known color: Han Purple. HEX triplet: 61, 1B and EB. RGB value is (97,27,235). Sum of RGB (Red+Green+Blue) = 97+27+235=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #611BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BEB is #9EE414. Grayscale: #464646. Windows color (decimal): -10413077 or 15407969. OLE color: 15407969.

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

Color convert

RGB 97 27 235 -
CMYK 0.59 0.89 0 0.08
HSL 260.19º 0.84% 0.51% -
HSV(B) 260.19º 0.89% 0.92% -
XYZ 20.32 9.32 79.33 -
YUV 71.64 220.19 146.09 -
System Red Green Blue C M Y K H S L
Decimal 97 27 235 0.59 0.89 0 0.08 260.19 0.84 0.51
Hex 61 1B EB 3B 59 0 8 104 54 33
Octal 141 33 353 73 131 0 10 404 124 63
Binary 1100001 11011 11101011 111011 1011001 0 1000 100000100 1010100 110011

Color Harmonies of #611BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BEB

Black with #611BEB

Text Example


Text Example

White with #611BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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