Html Css Color HEX #611EFB Han Purple

📋 copy color: '#611EFB'

red 97 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #611EFB

Tints of Han Purple #611EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.94%

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 25.66%
G = 7.94%
B = 66.4%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#611EFB (or 0x611EFB) is known color: Han Purple. HEX triplet: 61, 1E and FB. RGB value is (97,30,251). Sum of RGB (Red+Green+Blue) = 97+30+251=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #611EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611EFB is #9EE104. Grayscale: #4A4A4A. Windows color (decimal): -10412293 or 16457313. OLE color: 16457313.

HSL color Cylindrical-coordinate representation of color #611EFB: hue angle of 258.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611EFB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 30 251 -
CMYK 0.61 0.88 0 0.02
HSL 258.19º 0.97% 0.55% -
HSV(B) 258.19º 0.88% 0.98% -
XYZ 22.81 10.43 92.08 -
YUV 75.23 227.2 143.53 -
System Red Green Blue C M Y K H S L
Decimal 97 30 251 0.61 0.88 0 0.02 258.19 0.97 0.55
Hex 61 1E FB 3D 58 0 2 102 61 37
Octal 141 36 373 75 130 0 2 402 141 67
Binary 1100001 11110 11111011 111101 1011000 0 10 100000010 1100001 110111

Color Harmonies of #611EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EFB

Black with #611EFB

Text Example


Text Example

White with #611EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,30,251); }

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

background-color css

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

 a { background-color: rgb(97,30,251); }

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

border-color css

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

 span { border-color: rgb(97,30,251); }

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