Html Css Color HEX #611BFD Han Purple

📋 copy color: '#611BFD'

red 97 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #611BFD

Tints of Han Purple #611BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 25.73%
G = 7.16%
B = 67.11%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#611BFD (or 0x611BFD) is known color: Han Purple. HEX triplet: 61, 1B and FD. RGB value is (97,27,253). Sum of RGB (Red+Green+Blue) = 97+27+253=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #611BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BFD is #9EE402. Grayscale: #484848. Windows color (decimal): -10413059 or 16587617. OLE color: 16587617.

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

Color convert

RGB 97 27 253 -
CMYK 0.62 0.89 0 0.01
HSL 258.58º 0.98% 0.55% -
HSV(B) 258.58º 0.89% 0.99% -
XYZ 23.05 10.42 93.72 -
YUV 73.69 229.19 144.62 -
System Red Green Blue C M Y K H S L
Decimal 97 27 253 0.62 0.89 0 0.01 258.58 0.98 0.55
Hex 61 1B FD 3E 59 0 1 103 62 37
Octal 141 33 375 76 131 0 1 403 142 67
Binary 1100001 11011 11111101 111110 1011001 0 1 100000011 1100010 110111

Color Harmonies of #611BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BFD

Black with #611BFD

Text Example


Text Example

White with #611BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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