Html Css Color HEX #611BFF Han Purple

📋 copy color: '#611BFF'

red 97 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #611BFF

Tints of Han Purple #611BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.28%

R = 25.59%
G = 7.12%
B = 67.28%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#611BFF (or 0x611BFF) is known color: Han Purple. HEX triplet: 61, 1B and FF. RGB value is (97,27,255). Sum of RGB (Red+Green+Blue) = 97+27+255=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #611BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BFF is #9EE400. Grayscale: #494949. Windows color (decimal): -10413057 or 16718689. OLE color: 16718689.

HSL color Cylindrical-coordinate representation of color #611BFF: hue angle of 258.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611BFF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 27 255 -
CMYK 0.62 0.89 0 0
HSL 258.42º 1% 0.55% -
HSV(B) 258.42º 0.89% 1% -
XYZ 23.37 10.55 95.41 -
YUV 73.92 230.19 144.46 -
System Red Green Blue C M Y K H S L
Decimal 97 27 255 0.62 0.89 0 0 258.42 1 0.55
Hex 61 1B FF 3E 59 0 0 102 64 37
Octal 141 33 377 76 131 0 0 402 144 67
Binary 1100001 11011 11111111 111110 1011001 0 0 100000010 1100100 110111

Color Harmonies of #611BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BFF

Black with #611BFF

Text Example


Text Example

White with #611BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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